Class IgnoredOutboundSyncEvent

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

@Immutable public final class IgnoredOutboundSyncEvent extends OutboundSyncEvent
Event indicates that a single item change was not processed. This is because it happened to an item that is related to the root item in the integration object but itself is not included in the integration object; or, if the outbound sync does not process this kind of changes, e.g. DELETE.
See Also:
  • Constructor Details

    • IgnoredOutboundSyncEvent

      public IgnoredOutboundSyncEvent(@NotNull @NotNull OutboundItemDTO item)
      Instantiates this event
      Parameters:
      item - item change that has been ignored
    • IgnoredOutboundSyncEvent

      public IgnoredOutboundSyncEvent(@NotNull @NotNull PK cronJobPk)
      Instantiates this event
      Parameters:
      cronJobPk - primary key of the job, for which the change was ignored
  • Method Details