Event.replyEvent()
Signature
boolean replyEvent(SimpleEvent request, SimpleEvent reply)
Description
Sends 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. If the original SimpleEvent does not have a reply destination or a subject set,
this method will return false.
Parameters
Name | Type | Description |
request | SimpleEvent | The original request SimpleEvent. |
reply | SimpleEvent | The Reply SimpleEvent. |
Returns
Type | Description |
boolean | true if the SimpleEvent is sent; false otherwise. |