Package | Description |
---|---|
org.springframework.cloud.stream.binding | |
org.springframework.cloud.stream.config |
Modifier and Type | Method and Description |
---|---|
void |
BindableProxyFactory.bindInputs(ChannelBindingService channelBindingService) |
void |
BindableAdapter.bindInputs(ChannelBindingService adapter) |
void |
Bindable.bindInputs(ChannelBindingService adapter)
Binds all the inputs associated with this instance.
|
void |
SingleChannelBindable.bindOutputs(ChannelBindingService adapter) |
void |
BindableProxyFactory.bindOutputs(ChannelBindingService channelBindingService) |
void |
BindableAdapter.bindOutputs(ChannelBindingService adapter) |
void |
Bindable.bindOutputs(ChannelBindingService adapter)
Binds all the outputs associated with this instance.
|
void |
BindableProxyFactory.unbindInputs(ChannelBindingService channelBindingService) |
void |
BindableAdapter.unbindInputs(ChannelBindingService adapter) |
void |
Bindable.unbindInputs(ChannelBindingService adapter)
Unbinds all the inputs associated with this instance.
|
void |
SingleChannelBindable.unbindOutputs(ChannelBindingService adapter) |
void |
DynamicDestinationsBindable.unbindOutputs(ChannelBindingService adapter) |
void |
BindableProxyFactory.unbindOutputs(ChannelBindingService channelBindingService) |
void |
BindableAdapter.unbindOutputs(ChannelBindingService adapter) |
void |
Bindable.unbindOutputs(ChannelBindingService adapter)
Unbinds all the outputs associated with this instance.
|
Constructor and Description |
---|
BinderAwareChannelResolver(ChannelBindingService channelBindingService,
BindableChannelFactory bindableChannelFactory,
DynamicDestinationsBindable dynamicDestinationsBindable) |
Modifier and Type | Method and Description |
---|---|
ChannelBindingService |
ChannelBindingServiceConfiguration.bindingService(ChannelBindingServiceProperties channelBindingServiceProperties,
BinderFactory<org.springframework.messaging.MessageChannel> binderFactory) |
Modifier and Type | Method and Description |
---|---|
BinderAwareChannelResolver |
ChannelBindingServiceConfiguration.binderAwareChannelResolver(ChannelBindingService channelBindingService,
BindableChannelFactory bindableChannelFactory,
DynamicDestinationsBindable dynamicDestinationsBindable) |
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.