Name | Signature and Synopsis |
---|---|
replyEventExt | boolean 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. |
replyEventImmediate | Object 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. |
routeToExt | SimpleEvent 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. |
routeToImmediate | Object 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. |
sendEventExt | SimpleEvent sendEventExt(SimpleEvent evt, boolean forceImmediate) throws Exception Sends the SimpleEvent evt to the configured channel and destination. |
sendEventImmediate | Object sendEventImmediate(SimpleEvent evt) throws Exception Sends the SimpleEvent evt to the configured channel and destination immediately, |