public class CompositeMessageChannelConfigurer extends Object implements MessageChannelAndSourceConfigurer
MessageChannelConfigurer
that composes all the message channel configurers.Constructor and Description |
---|
CompositeMessageChannelConfigurer(List<MessageChannelConfigurer> messageChannelConfigurers) |
Modifier and Type | Method and Description |
---|---|
void |
configureInputChannel(org.springframework.messaging.MessageChannel messageChannel,
String channelName)
Configure the given input message channel.
|
void |
configureOutputChannel(org.springframework.messaging.MessageChannel messageChannel,
String channelName)
Configure the given output message channel.
|
void |
configurePolledMessageSource(PollableMessageSource binding,
String name)
Configure the provided message source binding.
|
public CompositeMessageChannelConfigurer(List<MessageChannelConfigurer> messageChannelConfigurers)
public void configureInputChannel(org.springframework.messaging.MessageChannel messageChannel, String channelName)
MessageChannelConfigurer
configureInputChannel
in interface MessageChannelConfigurer
messageChannel
- the message channelchannelName
- name of the message channelpublic void configureOutputChannel(org.springframework.messaging.MessageChannel messageChannel, String channelName)
MessageChannelConfigurer
configureOutputChannel
in interface MessageChannelConfigurer
messageChannel
- the message channelchannelName
- name of the message channelpublic void configurePolledMessageSource(PollableMessageSource binding, String name)
MessageChannelAndSourceConfigurer
configurePolledMessageSource
in interface MessageChannelAndSourceConfigurer
binding
- the binding.name
- the name.Copyright © 2019 Pivotal Software, Inc.. All rights reserved.