Event.Ext.sendEventImmediate()

Signature

Object sendEventImmediate(SimpleEvent evt) throws Exception

Domain

ACTION, BUI

Description

Immediately sends the SimpleEvent evt to the configured default channel and destination for this SimpleEvent. This method will fail if the SimpleEvent has not been configured with any default channel and destination information.

Parameters

NameTypeDescription
evtSimpleEventAn SimpleEvent to send.

Returns

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

Cautions

This method will fail if the SimpleEvent has not been configured with any default channel and destination information.