Package | Description |
---|---|
org.springframework.cloud.stream.binding | |
org.springframework.cloud.stream.config |
Modifier and Type | Method and Description |
---|---|
void |
BindableProxyFactory.bindInputs(BindingService bindingService) |
void |
BindableAdapter.bindInputs(BindingService adapter) |
void |
Bindable.bindInputs(BindingService adapter)
Binds all the inputs associated with this instance.
|
void |
SingleBindingTargetBindable.bindOutputs(BindingService bindingService) |
void |
BindableProxyFactory.bindOutputs(BindingService bindingService) |
void |
BindableAdapter.bindOutputs(BindingService adapter) |
void |
Bindable.bindOutputs(BindingService adapter)
Binds all the outputs associated with this instance.
|
void |
BindableProxyFactory.unbindInputs(BindingService bindingService) |
void |
BindableAdapter.unbindInputs(BindingService adapter) |
void |
Bindable.unbindInputs(BindingService adapter)
Unbinds all the inputs associated with this instance.
|
void |
SingleBindingTargetBindable.unbindOutputs(BindingService bindingService) |
void |
DynamicDestinationsBindable.unbindOutputs(BindingService adapter) |
void |
BindableProxyFactory.unbindOutputs(BindingService bindingService) |
void |
BindableAdapter.unbindOutputs(BindingService adapter) |
void |
Bindable.unbindOutputs(BindingService adapter)
Unbinds all the outputs associated with this instance.
|
Constructor and Description |
---|
BinderAwareChannelResolver(BindingService bindingService,
AbstractBindingTargetFactory<? extends org.springframework.messaging.MessageChannel> bindingTargetFactory,
DynamicDestinationsBindable dynamicDestinationsBindable) |
Modifier and Type | Method and Description |
---|---|
BindingService |
BindingServiceConfiguration.bindingService(BindingServiceProperties bindingServiceProperties,
BinderFactory binderFactory) |
Modifier and Type | Method and Description |
---|---|
BinderAwareChannelResolver |
BindingServiceConfiguration.binderAwareChannelResolver(BindingService bindingService,
AbstractBindingTargetFactory<? extends org.springframework.messaging.MessageChannel> bindingTargetFactory,
DynamicDestinationsBindable dynamicDestinationsBindable) |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.