Uses of Class
de.hybris.platform.outboundsync.events.OutboundSyncEvent
-
Packages that use OutboundSyncEvent Package Description de.hybris.platform.outboundsync.events de.hybris.platform.outboundsync.job.impl de.hybris.platform.outboundsync.listeners -
-
Uses of OutboundSyncEvent in de.hybris.platform.outboundsync.events
Subclasses of OutboundSyncEvent in de.hybris.platform.outboundsync.events Modifier and Type Class Description classAbortedOutboundSyncEventEvent is triggered for every item being processed after the job is aborted.classCompletedOutboundSyncEventEvent triggered for every item, for which synchronization has been attempted during a cron job run.classIgnoredOutboundSyncEventEvent indicates that a single item change was not processed.classStartedOutboundSyncEventEvent triggered when the Outbound Synchronization Cron Job has been started.classSystemErrorOutboundSyncEventEvent is triggered after a systemic error occurred. -
Uses of OutboundSyncEvent in de.hybris.platform.outboundsync.job.impl
Classes in de.hybris.platform.outboundsync.job.impl with type parameters of type OutboundSyncEvent Modifier and Type Interface Description interfaceOutboundSyncEventHandler<T extends OutboundSyncEvent>Handler for calculating anOutboundSyncStatebased on aOutboundSyncEventand, if it exists, aOutboundSyncStatewith the previous status.Methods in de.hybris.platform.outboundsync.job.impl with type parameters of type OutboundSyncEvent Modifier and Type Method Description <T extends OutboundSyncEvent>
voidOutboundSyncJob. applyEvent(T event)Applies an event and recalculates state of the context outbound sync job.<T extends OutboundSyncEvent>
voidOutboundSyncJobStateAggregator. applyEvent(T event) -
Uses of OutboundSyncEvent in de.hybris.platform.outboundsync.listeners
Methods in de.hybris.platform.outboundsync.listeners with parameters of type OutboundSyncEvent Modifier and Type Method Description voidOutboundSyncEventListener. onEvent(OutboundSyncEvent event)
-