Interface ReactiveStreamsSubscribableChannel
- All Superinterfaces:
 IntegrationPattern
- All Known Implementing Classes:
 FluxMessageChannel
- Since:
 - 5.0
 - Author:
 - Artem Bilan, Gary Russell
 
- 
Method Summary
Modifier and TypeMethodDescriptiondefault IntegrationPatternTypeReturn a pattern type this component implements.voidsubscribeTo(org.reactivestreams.Publisher<? extends Message<?>> publisher)  
- 
Method Details
- 
subscribeTo
 - 
getIntegrationPatternType
Description copied from interface:IntegrationPatternReturn a pattern type this component implements.- Specified by:
 getIntegrationPatternTypein interfaceIntegrationPattern- Returns:
 - the 
IntegrationPatternTypethis component implements. 
 
 -