Package | Description |
---|---|
org.springframework.cloud.stream.binding | |
org.springframework.cloud.stream.config |
Modifier and Type | Method and Description |
---|---|
void |
BindableProxyFactory.bindInputs(BindingService bindingService)
Deprecated.
|
default void |
Bindable.bindInputs(BindingService adapter)
Deprecated.
as of 2.0 in favor of
Bindable.createAndBindInputs(BindingService) |
void |
SingleBindingTargetBindable.bindOutputs(BindingService bindingService)
Deprecated.
|
void |
BindableProxyFactory.bindOutputs(BindingService bindingService)
Deprecated.
|
default void |
Bindable.bindOutputs(BindingService adapter)
Deprecated.
as of 2.0 in favor of
Bindable.createAndBindOutputs(BindingService) |
Collection<Binding<Object>> |
BindableProxyFactory.createAndBindInputs(BindingService bindingService) |
default Collection<Binding<Object>> |
Bindable.createAndBindInputs(BindingService adapter)
Binds all the inputs associated with this instance.
|
Collection<Binding<Object>> |
SingleBindingTargetBindable.createAndBindOutputs(BindingService bindingService)
Deprecated.
|
Collection<Binding<Object>> |
BindableProxyFactory.createAndBindOutputs(BindingService bindingService) |
default Collection<Binding<Object>> |
Bindable.createAndBindOutputs(BindingService adapter)
Binds all the outputs associated with this instance.
|
void |
BindableProxyFactory.unbindInputs(BindingService bindingService) |
default void |
Bindable.unbindInputs(BindingService adapter)
Unbinds all the inputs associated with this instance.
|
void |
SingleBindingTargetBindable.unbindOutputs(BindingService bindingService)
Deprecated.
|
void |
DynamicDestinationsBindable.unbindOutputs(BindingService adapter) |
void |
BindableProxyFactory.unbindOutputs(BindingService bindingService) |
default 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) |
BinderAwareChannelResolver(BindingService bindingService,
AbstractBindingTargetFactory<? extends org.springframework.messaging.MessageChannel> bindingTargetFactory,
DynamicDestinationsBindable dynamicDestinationsBindable,
BinderAwareChannelResolver.NewDestinationBindingCallback callback) |
BinderAwareChannelResolver(BindingService bindingService,
AbstractBindingTargetFactory<? extends org.springframework.messaging.MessageChannel> bindingTargetFactory,
DynamicDestinationsBindable dynamicDestinationsBindable,
BinderAwareChannelResolver.NewDestinationBindingCallback callback,
org.springframework.integration.config.GlobalChannelInterceptorProcessor globalChannelInterceptorProcessor) |
InputBindingLifecycle(BindingService bindingService,
Map<String,Bindable> bindables) |
OutputBindingLifecycle(BindingService bindingService,
Map<String,Bindable> bindables) |
Modifier and Type | Method and Description |
---|---|
BindingService |
BindingServiceConfiguration.bindingService(BindingServiceProperties bindingServiceProperties,
BinderFactory binderFactory,
org.springframework.scheduling.TaskScheduler taskScheduler) |
Modifier and Type | Method and Description |
---|---|
BinderAwareChannelResolver |
BindingServiceConfiguration.binderAwareChannelResolver(BindingService bindingService,
AbstractBindingTargetFactory<? extends org.springframework.messaging.MessageChannel> bindingTargetFactory,
DynamicDestinationsBindable dynamicDestinationsBindable,
BinderAwareChannelResolver.NewDestinationBindingCallback callback,
org.springframework.integration.config.GlobalChannelInterceptorProcessor globalChannelInterceptorProcessor) |
InputBindingLifecycle |
BindingServiceConfiguration.inputBindingLifecycle(BindingService bindingService,
Map<String,Bindable> bindables) |
OutputBindingLifecycle |
BindingServiceConfiguration.outputBindingLifecycle(BindingService bindingService,
Map<String,Bindable> bindables) |
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.