Interface MessageChannelAndSourceConfigurer
-
- All Superinterfaces:
MessageChannelConfigurer
- All Known Implementing Classes:
CompositeMessageChannelConfigurer,MessageConverterConfigurer
public interface MessageChannelAndSourceConfigurer extends MessageChannelConfigurer
Configurer forPollableMessageSource.- Since:
- 2.0
- Author:
- Gary Russell
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidconfigurePolledMessageSource(PollableMessageSource binding, String name)Configure the provided message source binding.-
Methods inherited from interface org.springframework.cloud.stream.binding.MessageChannelConfigurer
configureInputChannel, configureOutputChannel
-
-
-
-
Method Detail
-
configurePolledMessageSource
void configurePolledMessageSource(PollableMessageSource binding, String name)
Configure the provided message source binding.- Parameters:
binding- the binding.name- the name.
-
-