Event.Ext

Description

Functions to operate on Events

Functions

NameSignature and Synopsis
replyEventExtboolean replyEventExt(SimpleEvent request, SimpleEvent reply, boolean forceImmediate)
Replies with a reply SimpleEvent to a request SimpleEvent. If a reply destination on the request SimpleEvent is specified, it will be used to send the reply SimpleEvent, else no action is taken.
replyEventImmediateObject replyEventImmediate(SimpleEvent request, SimpleEvent reply)
Replies with a reply SimpleEvent to a request SimpleEvent. If a reply destination on the request SimpleEvent is specified, it will be used to send the reply SimpleEvent, else no action is taken.
routeToExtSimpleEvent routeToExt(SimpleEvent event, String destinationPath, String properties, boolean forceImmediate) throws Exception
Routes a SimpleEvent to a Destination specified in destinationPath with a list of Properties properties. These properties will override the default properties specified in the Destination.
routeToImmediateObject routeToImmediate(SimpleEvent event, String destinationPath, String properties)
Immediately routes a SimpleEvent to a Destination specified in destinationPath with a list of Properties properties. These properties will override the default properties specified in the Destination.
sendEventExtSimpleEvent sendEventExt(SimpleEvent evt, boolean forceImmediate) throws Exception
Sends the SimpleEvent evt to the configured channel and destination.
sendEventImmediateObject sendEventImmediate(SimpleEvent evt) throws Exception
Sends the SimpleEvent evt to the configured channel and destination immediately,