Event.replyEvent()

Signature

boolean replyEvent(SimpleEvent request, SimpleEvent reply)

Domain

ACTION, BUI

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

NameTypeDescription
requestSimpleEventThe original request SimpleEvent.
replySimpleEventThe Reply SimpleEvent.

Returns

TypeDescription
booleantrue if the SimpleEvent is sent; false otherwise.