public class DefaultBindableChannelFactory extends Object implements BindableChannelFactory
BindableProxyFactory uses to create and configure message channels.| Constructor and Description |
|---|
DefaultBindableChannelFactory(MessageChannelConfigurer messageChannelConfigurer) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.messaging.SubscribableChannel |
createInputChannel(String name)
Create an input
SubscribableChannel that will be bound via
the message channel Binder. |
org.springframework.messaging.SubscribableChannel |
createOutputChannel(String name)
Create an output
SubscribableChannel that will be bound via
the message channel Binder. |
public DefaultBindableChannelFactory(MessageChannelConfigurer messageChannelConfigurer)
public org.springframework.messaging.SubscribableChannel createInputChannel(String name)
BindableChannelFactorySubscribableChannel that will be bound via
the message channel Binder.createInputChannel in interface BindableChannelFactoryname - name of the message channelpublic org.springframework.messaging.SubscribableChannel createOutputChannel(String name)
BindableChannelFactorySubscribableChannel that will be bound via
the message channel Binder.createOutputChannel in interface BindableChannelFactoryname - name of the message channelCopyright © 2016 Pivotal Software, Inc.. All rights reserved.