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)
BindableChannelFactory
SubscribableChannel
that will be bound via
the message channel Binder
.createInputChannel
in interface BindableChannelFactory
name
- name of the message channelpublic org.springframework.messaging.SubscribableChannel createOutputChannel(String name)
BindableChannelFactory
SubscribableChannel
that will be bound via
the message channel Binder
.createOutputChannel
in interface BindableChannelFactory
name
- name of the message channelCopyright © 2016 Pivotal Software, Inc.. All rights reserved.