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 Type
    Method
    Description
    void
    consume(OutboundItemDTO outboundItemDTO)
    Consumes the items in the outbound item DTO.
  • Method Details

    • consume

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