AAO DRAMA/DRAMA2 C++ Interface
DRAMA C++11 and later interface

◆ Process()

virtual bool drama::MessageEventHandler::Process ( thread::ProcessInfo  messInfo,
const TransEvtInfo eventInfo,
const sds::IdPtr arg 
)
finaloverridevirtualinherited

Method invoked to process messages.

This implements functionality required by the parent class TransEvtProcessor and cannot be overridden by subclasses of this class.

Parameters
messInfoDetails about the message that was sent
eventInfoDetails about this event.
argThe argument to the transaction. For Get Path and load transactions, there is never any argument to the transaction, so this will refer to a null item.
Returns
true if we should wait for another event.