Class StartedOutboundSyncEvent

java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
All Implemented Interfaces:
Serializable

@Immutable public final class StartedOutboundSyncEvent extends OutboundSyncEvent
Event triggered when the Outbound Synchronization Cron Job has been started.
See Also:
  • Constructor Details

    • StartedOutboundSyncEvent

      public StartedOutboundSyncEvent(@NotNull @NotNull PK jobPk, @NotNull @NotNull Date time, int cnt)
      Instantiates this event
      Parameters:
      jobPk - primary key of the outbound sync job, for which this event is fired.
      time - time when the job started.
      cnt - number of items being synchronized by the job.
  • Method Details