Uses of Interface
de.hybris.platform.outboundsync.activator.OutboundSyncService
Packages that use OutboundSyncService
Package
Description
-
Uses of OutboundSyncService in de.hybris.platform.outboundsync.activator.impl
Classes in de.hybris.platform.outboundsync.activator.impl that implement OutboundSyncServiceModifier and TypeClassDescriptionclassDefault implementation ofOutboundSyncServicethat usesOutboundServiceFacadefor sending changes to the destinations. -
Uses of OutboundSyncService in de.hybris.platform.outboundsync.router.impl
Constructors in de.hybris.platform.outboundsync.router.impl with parameters of type OutboundSyncServiceModifierConstructorDescriptionprotectedDefaultOutboundSyncBatchRouter(@NotNull BatchChangeSender batchChangeSender, @NotNull OutboundSyncService syncService, @NotNull OutboundItemFactory factory) Instantiates this base class.