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:gdStart
 
pub.event:gdStart
WmPublic. Specification for gdStart event handlers.
Input Parameters
time
String Date and time that the event occurred, in the format yyyy/MM/dd HH:mm:ss.SS.
TID
String Transaction ID of the service that generated the event.
svcname
String Fully qualified name of the service that generated the event.
result
String Status of the transaction.
Output Parameters
None.
Usage Notes
Remember to register your handler with the Event Manager.
Use the watt.server.event.gd.async server parameter to indicate whether event handlers for all guaranteed delivery events (gdStart and gdEnd) are invoked synchronously or asynchronously. When this parameter is set to true, Integration Server invokes the event handlers that subscribe to the gdStart and/or gdEnd events asynchronously. When this parameter is set to false, Integration Server invokes the event handlers that subscribe to the gdStart and/or gdEnd events synchronously. The default is true (asynchronous).
When you subscribe an event handler to a gdStart event, you can create a filter for the svcname field to specify the services in a guaranteed delivery transaction that you want to subscribe to. That is, you can specify the services that when invoked using guaranteed delivery will invoke the event handler.