Interface OutboundItemConsumer
-
- All Known Implementing Classes:
DeltaDetectionOutboundItemConsumer,TestOutboundItemConsumer
public interface OutboundItemConsumerService that takes care of consuming an outbound DTO after the item has been processed.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidconsume(OutboundItemDTO outboundItemDTO)Consumes the items in the outbound item DTO.
-
-
-
Method Detail
-
consume
void consume(OutboundItemDTO outboundItemDTO)
Consumes the items in the outbound item DTO.- Parameters:
outboundItemDTO- that contains the items to consume
-
-