Interface MessageChannelAndSourceConfigurer
- All Superinterfaces:
MessageChannelConfigurer
- All Known Implementing Classes:
CompositeMessageChannelConfigurer
,MessageConverterConfigurer
Configurer for
PollableMessageSource
.- Since:
- 2.0
- Author:
- Gary Russell
-
Method Summary
Modifier and TypeMethodDescriptionvoid
configurePolledMessageSource
(PollableMessageSource binding, String name) Configure the provided message source binding.Methods inherited from interface org.springframework.cloud.stream.binding.MessageChannelConfigurer
configureInputChannel, configureOutputChannel
-
Method Details
-
configurePolledMessageSource
Configure the provided message source binding.- Parameters:
binding
- the binding.name
- the name.
-