Interface Sink

  • All Known Subinterfaces:
    Processor

    public interface Sink
    Bindable interface with one input channel.
    Author:
    Dave Syer, Marius Bogoevici
    See Also:
    EnableBinding
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static String INPUT
      Input channel name.
    • Method Detail

      • input

        @Input("input")
        org.springframework.messaging.SubscribableChannel input()
        Returns:
        input channel.