Class StartedOutboundSyncEvent

  • All Implemented Interfaces:
    java.io.Serializable

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

      • StartedOutboundSyncEvent

        public StartedOutboundSyncEvent​(@NotNull
                                        @NotNull PK jobPk,
                                        @NotNull
                                        @NotNull java.util.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 Detail

      • getItemCount

        public int getItemCount()
      • getStartTime

        @NotNull
        public @NotNull java.util.Date getStartTime()