Interface Sink
-
- All Known Subinterfaces:
Processor
public interface SinkBindable interface with one input channel.- Author:
- Dave Syer, Marius Bogoevici
- See Also:
EnableBinding
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.springframework.messaging.SubscribableChannelinput()
-
-
-
Field Detail
-
INPUT
static final String INPUT
Input channel name.- See Also:
- Constant Field Values
-
-
Method Detail
-
input
@Input("input") org.springframework.messaging.SubscribableChannel input()
- Returns:
- input channel.
-
-