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 ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Factory ¶
type Factory struct { }
type HandlerSettings ¶
type HandlerSettings struct {
NotifierID string `md:"notifierID,required"`
}
type NotificationListener ¶
type NotificationListener struct {
// contains filtered or unexported fields
}
func (*NotificationListener) Initialize ¶
func (this *NotificationListener) Initialize(ctx trigger.InitContext) error
implements trigger.Initializable.Initialize
func (*NotificationListener) ProcessEvent ¶
func (this *NotificationListener) ProcessEvent(brokerID string, event map[string]interface{}) error
func (*NotificationListener) Start ¶
func (this *NotificationListener) Start() error
implements ext.Trigger.Start
func (*NotificationListener) Stop ¶
func (this *NotificationListener) Stop() error
implements ext.Trigger.Stop
Click to show internal directories.
Click to hide internal directories.