Interface OutboundItemConsumer
- All Known Implementing Classes:
DeltaDetectionOutboundItemConsumer,TestOutboundItemConsumer
public interface OutboundItemConsumer
Service that takes care of consuming an outbound DTO after the item has been processed.
-
Method Summary
Modifier and TypeMethodDescriptionvoidconsume(OutboundItemDTO outboundItemDTO) Consumes the items in the outbound item DTO.
-
Method Details
-
consume
Consumes the items in the outbound item DTO.- Parameters:
outboundItemDTO- that contains the items to consume
-