| Package | Description |
|---|---|
| org.springframework.cloud.stream.binding | |
| org.springframework.cloud.stream.config |
| Modifier and Type | Method and Description |
|---|---|
Collection<Binding<Object>> |
AbstractBindableProxyFactory.createAndBindInputs(BindingService bindingService) |
default Collection<Binding<Object>> |
Bindable.createAndBindInputs(BindingService adapter)
Binds all the inputs associated with this instance.
|
Collection<Binding<Object>> |
AbstractBindableProxyFactory.createAndBindOutputs(BindingService bindingService) |
default Collection<Binding<Object>> |
Bindable.createAndBindOutputs(BindingService adapter)
Binds all the outputs associated with this instance.
|
void |
AbstractBindableProxyFactory.unbindInputs(BindingService bindingService) |
default void |
Bindable.unbindInputs(BindingService adapter)
Unbinds all the inputs associated with this instance.
|
void |
DynamicDestinationsBindable.unbindOutputs(BindingService adapter) |
void |
AbstractBindableProxyFactory.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)
Deprecated.
|
BinderAwareChannelResolver(BindingService bindingService,
AbstractBindingTargetFactory<? extends org.springframework.messaging.MessageChannel> bindingTargetFactory,
DynamicDestinationsBindable dynamicDestinationsBindable,
BinderAwareChannelResolver.NewDestinationBindingCallback callback)
Deprecated.
|
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,
com.fasterxml.jackson.databind.ObjectMapper objectMapper) |
| Modifier and Type | Method and Description |
|---|---|
BinderAwareChannelResolver |
BindingServiceConfiguration.binderAwareChannelResolver(BindingService bindingService,
AbstractBindingTargetFactory<? extends org.springframework.messaging.MessageChannel> bindingTargetFactory,
DynamicDestinationsBindable dynamicDestinationsBindable,
BinderAwareChannelResolver.NewDestinationBindingCallback callback) |
InputBindingLifecycle |
BindingServiceConfiguration.inputBindingLifecycle(BindingService bindingService,
Map<String,Bindable> bindables) |
OutputBindingLifecycle |
BindingServiceConfiguration.outputBindingLifecycle(BindingService bindingService,
Map<String,Bindable> bindables) |
Copyright © 2022 Pivotal Software, Inc.. All rights reserved.