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 |
createSubscribableChannel(String name)
Create a
SubscribableChannel that will be bound via the message channel
Binder. |
public DefaultBindableChannelFactory(MessageChannelConfigurer messageChannelConfigurer)
public org.springframework.messaging.SubscribableChannel createSubscribableChannel(String name)
BindableChannelFactorySubscribableChannel that will be bound via the message channel
Binder.createSubscribableChannel in interface BindableChannelFactoryname - name of the message channelCopyright © 2016 Pivotal Software, Inc.. All rights reserved.