public interface BindableChannelFactory
MessageChannels defined
in EnableBinding.| 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. |
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.