Interface BatchChangeSender


public interface BatchChangeSender
Gateway that represents the starting point of aggregation of batch parts.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    send(@NotNull OutboundItemDTOGroup change)
    Sends the root item dto group to the specified spring channel.
  • Method Details

    • send

      void send(@NotNull @NotNull OutboundItemDTOGroup change)
      Sends the root item dto group to the specified spring channel.