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