Interface OutboundSyncService

  • All Known Implementing Classes:
    DefaultOutboundSyncService

    public interface OutboundSyncService
    Service Activator interface that handles synchronization of Item changes detected and placed in a spring integration channel.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void sync​(java.util.Collection<OutboundItemDTO> outboundItemDTOs)
      Consumes a DTO with the item changed information and handles the message based on the change type.
    • Method Detail

      • sync

        void sync​(java.util.Collection<OutboundItemDTO> outboundItemDTOs)
        Consumes a DTO with the item changed information and handles the message based on the change type.
        Parameters:
        outboundItemDTOs - A collection of DTOs with the information about the changes in the item.