TibrvMsg.getEvent()

Method

Declaration

TibrvEvent getEvent();

Purpose

Extract the event associated with a (dispatched) message object.

Remarks

Dispatch associates the message with a listener event.

This call is valid only for an inbound message that has already been dispatched to a listener event. If the message is not associated with a listener event, then this method returns null.

Restrictions

This method is available only in the JNI preferred implementation. It is not available in the JNI backward compatibility implementation, nor in the pure Java implementation.

See Also

TibrvEvent.getClosure()

TibrvVectorCallback.onMsgs()