Software AG Products 10.7 | Integrating On-Premises and Cloud Applications | Integration Server Built-In Services | Event Folder | Summary of Elements in this Folder | pub.event.routing:eventAcknowledgement
 
pub.event.routing:eventAcknowledgement
WmPublic. Document type that defines the input signature for a callback service that processes acknowledgments sent by the Event Routing framework. The Event Routing framework sends acknowledgments to the callback service in response to asynchronously sent events.
Parameters
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.
See Also
pub.event.routing:send