Interface OutboundSyncBatchRouter

All Known Implementing Classes:
DefaultOutboundSyncBatchRouter

public interface OutboundSyncBatchRouter
Service to route batch versus non-batch outbound requests
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    route(Collection<OutboundItemDTO> outboundItemDTOs)
    Routes the group of DTOs based of whether or not batch is enabled.
  • Method Details

    • route

      void route(Collection<OutboundItemDTO> outboundItemDTOs)
      Routes the group of DTOs based of whether or not batch is enabled.
      Parameters:
      outboundItemDTOs - A collection of DTOs with the information about the changes in the item.