Interface OutboundItemConsumer

  • All Known Implementing Classes:
    DeltaDetectionOutboundItemConsumer

    public interface OutboundItemConsumer
    Service that takes care of consuming an outbound DTO after the item has been processed.
    • Method Detail

      • consume

        void consume​(OutboundItemDTO outboundItemDTO)
        Consumes the items in the outbound item DTO.
        Parameters:
        outboundItemDTO - that contains the items to consume