Uses of Interface
de.hybris.platform.outboundsync.job.impl.OutboundSyncStateObserver
-
Packages that use OutboundSyncStateObserver Package Description de.hybris.platform.outboundsync.job.impl -
-
Uses of OutboundSyncStateObserver in de.hybris.platform.outboundsync.job.impl
Classes in de.hybris.platform.outboundsync.job.impl that implement OutboundSyncStateObserver Modifier and Type Class Description classDefaultOutboundSyncJobRegisterImplementation of theOutboundSyncJobRegisterthat is used by default when no custom implementation is injected.Methods in de.hybris.platform.outboundsync.job.impl with parameters of type OutboundSyncStateObserver Modifier and Type Method Description voidOutboundSyncJob. addStateObserver(@NotNull OutboundSyncStateObserver observer)Registers a state observer.voidOutboundSyncJobStateAggregator. addStateObserver(OutboundSyncStateObserver observer)Registers an observer to be notified whenever this aggregate state changes, i.e.
-