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:replicationInfo
 
pub.event:replicationInfo
WmPublic. Document type for replication event information.
Parameters
time
String Date and time that the event occurred, in the format yyyy/MM/dd HH:mm:ss.SS.
action
String Description of the event (such as create or push). The value of action can be used to maintain separate logs for each action type.
package
String Name of package being replicated.
service
String Fully qualified name of the service that generated the event.
Usage Notes
Use the watt.server.event.replication.async server parameter to indicate whether event handlers for replication events are invoked synchronously or asynchronously. When this parameter is set to true, Integration Server invokes the event handlers that subscribe to replication events asynchronously. When this parameter is set to false, Integration Server invokes event handlers that subscribe to replication events synchronously. The default is true (asynchronous).