execlistener

package module
v0.0.0-...-5f34eba Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 11, 2022 License: BSD-3-Clause Imports: 6 Imported by: 0

Documentation

Overview

* Copyright © 2020. TIBCO Software Inc. * This file is subject to the license terms contained * in the license file that is distributed with this file.

Index

Constants

View Source
const (
	EVENT_BROKER = "eventBoker"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type ExecListener

type ExecListener struct {
	// contains filtered or unexported fields
}

func (*ExecListener) Initialize

func (this *ExecListener) Initialize(ctx trigger.InitContext) error

implements trigger.Initializable.Initialize

func (*ExecListener) ProcessEvent

func (this *ExecListener) ProcessEvent(event map[string]interface{}) error

func (*ExecListener) Start

func (this *ExecListener) Start() error

implements ext.Trigger.Start

func (*ExecListener) Stop

func (this *ExecListener) Stop() error

implements ext.Trigger.Stop

type Factory

type Factory struct {
}

func (*Factory) Metadata

func (*Factory) Metadata() *trigger.Metadata

Metadata implements trigger.Factory.Metadata

func (*Factory) New

func (*Factory) New(config *trigger.Config) (trigger.Trigger, error)

New implements trigger.Factory.New

type HandlerSettings

type HandlerSettings struct {
	EventBoker string `md:"eventBoker,required"` // Execution Event Broker
}

type Output

type Output struct {
	Event map[string]interface{} `md:"Event"`
}

func (*Output) FromMap

func (this *Output) FromMap(values map[string]interface{}) error

func (*Output) ToMap

func (this *Output) ToMap() map[string]interface{}

type Settings

type Settings struct {
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL