eventID | String The unique identifier of the sent event. The eventID is the same as the evt:EventID in pub.event.eda:event, either supplied by the user who emitted the event or generated by the Event Routing framework. |
processedUsingClientThread | Boolean Optional. Specifies whether or not the Event Routing framework processes the event using the client thread that invoked the send operation, or its own thread. The Event Routing framework uses the first available thread to process the event and sets the parameter to true or false depending on the selected thread. Set to: true if the event is processed using the client thread that invoked the send operation. false if the event is processed using a thread in the Event Routing framework. |
exception | String Optional. Exception that occurred in the Event Routing framework while processing an event. |