Class IgnoredOutboundSyncEvent

  • All Implemented Interfaces:
    java.io.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:
    Serialized Form
    • Constructor Detail

      • IgnoredOutboundSyncEvent

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