Class DefaultOutboundSyncBatchRouter

java.lang.Object
de.hybris.platform.outboundsync.router.impl.DefaultOutboundSyncBatchRouter
All Implemented Interfaces:
OutboundSyncBatchRouter

public class DefaultOutboundSyncBatchRouter extends Object implements OutboundSyncBatchRouter
Default implementation of OutboundSyncBatchRouter.
  • Constructor Details

    • DefaultOutboundSyncBatchRouter

      protected DefaultOutboundSyncBatchRouter(@NotNull @NotNull BatchChangeSender batchChangeSender, @NotNull @NotNull OutboundSyncService syncService, @NotNull @NotNull OutboundItemFactory factory)
      Instantiates this base class.
      Parameters:
      batchChangeSender - gateway for batch changes
      syncService - synchronization service for Item changes detected
      factory - OutboundItemDTOs to OutboundItemDTOGroup converter
  • Method Details