Interface OutboundSyncBatchRouter
- All Known Implementing Classes:
DefaultOutboundSyncBatchRouter
public interface OutboundSyncBatchRouter
Service to route batch versus non-batch outbound requests
-
Method Summary
Modifier and TypeMethodDescriptionvoidroute(Collection<OutboundItemDTO> outboundItemDTOs) Routes the group of DTOs based of whether or not batch is enabled.
-
Method Details
-
route
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.
-