Event.Ext.replyEventImmediate()

Signature

Object replyEventImmediate(SimpleEvent request, SimpleEvent reply)

Domain

ACTION, BUI

Description

Immediately replies with a SimpleEvent to the Destination specified within the request SimpleEvent such as an inbox in case of RV or a JMSReplyTo property in case of JMS. * The Destination in turn specifies the Channel where the SimpleEvent will be sent * in the JMS Message. Returns the JMSMessageID of the reply message in case of JMS Destinations, null otherwise.

Parameters

NameTypeDescription
requestSimpleEventThe original request SimpleEvent.
replySimpleEventThe Reply SimpleEvent.

Returns

TypeDescription
ObjectThe String JMSMessageID of the reply message in case of JMS destinations, null otherwise.