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
type Factory ¶
type Factory struct { }
type HandlerSettings ¶
type HandlerSettings struct {
EventBoker string `md:"eventBoker,required"` // Execution Event Broker
}
Click to show internal directories.
Click to hide internal directories.