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