| Class and Description |
|---|
| AbstractBindableProxyFactory
Base class for bindable proxy factories.
|
| AbstractBindingTargetFactory
A
BindingTargetFactory implementation that restricts the type of binding target
to a specified class and its supertypes. |
| Bindable
Marker interface for instances that can bind/unbind groups of inputs and outputs.
|
| BinderAwareChannelResolver.NewDestinationBindingCallback
Deprecated.
Configure a new destination before it is bound.
|
| BindingService
Handles binding of input/output targets by delegating to an underlying
Binder. |
| BindingService.LateBinding |
| BindingTargetFactory
Defines methods to create/configure the binding targets defined by
EnableBinding. |
| BoundTargetHolder
Holds information about the binding targets exposed by the interface proxy, as well
as their status.
|
| DynamicDestinationsBindable
A
Bindable that stores the dynamic destination names and handles their
unbinding. |
| MessageChannelAndSourceConfigurer
Configurer for
PollableMessageSource. |
| MessageChannelConfigurer
Interface to be implemented by the classes that configure the
Bindable message
channels. |
| StreamListenerParameterAdapter |
| StreamListenerResultAdapter
A strategy for adapting the result of a
StreamListener annotated method to
a binding target annotated with
Output. |
| Class and Description |
|---|
| AbstractBindingTargetFactory
A
BindingTargetFactory implementation that restricts the type of binding target
to a specified class and its supertypes. |
| Bindable
Marker interface for instances that can bind/unbind groups of inputs and outputs.
|
| BinderAwareChannelResolver
Deprecated.
As of 3.0.0 in favor if providing `spring.cloud.stream.sendto.destination` property.
This is primarily for function-based programming model. For StreamListener it would still be
required and thus will stay until we deprecate and eventually discontinue StreamListener
and annotation-based programming model.
|
| BinderAwareChannelResolver.NewDestinationBindingCallback
Deprecated.
Configure a new destination before it is bound.
|
| BinderAwareRouter
A
BeanPostProcessor that sets a BinderAwareChannelResolver on any bean
of type AbstractMappingMessageRouter within the context. |
| BindingService
Handles binding of input/output targets by delegating to an underlying
Binder. |
CompositeMessageChannelConfigurer
MessageChannelConfigurer that composes all the message channel configurers. |
| ContextStartAfterRefreshListener
Automatically starts the context after a refresh.
|
| DynamicDestinationsBindable
A
Bindable that stores the dynamic destination names and handles their
unbinding. |
| InputBindingLifecycle
Coordinates binding/unbinding of input binding targets in accordance to the lifecycle
of the host context.
|
| MessageChannelStreamListenerResultAdapter |
| MessageConverterConfigurer
A
MessageChannelConfigurer that sets data types and message converters based on
BindingProperties.contentType. |
| MessageSourceBindingTargetFactory
An implementation of
BindingTargetFactory for creating
DefaultPollableMessageSources. |
| OutputBindingLifecycle
Coordinates binding/unbinding of output binding targets in accordance to the lifecycle
of the host context.
|
StreamListenerAnnotationBeanPostProcessor
BeanPostProcessor that handles StreamListener annotations found on bean
methods. |
| SubscribableChannelBindingTargetFactory
An implementation of
BindingTargetFactory for creating
SubscribableChannels. |
| Class and Description |
|---|
| Bindable
Marker interface for instances that can bind/unbind groups of inputs and outputs.
|
| InputBindingLifecycle
Coordinates binding/unbinding of input binding targets in accordance to the lifecycle
of the host context.
|
| OutputBindingLifecycle
Coordinates binding/unbinding of output binding targets in accordance to the lifecycle
of the host context.
|
| Class and Description |
|---|
BindableProxyFactory
FactoryBean for instantiating the interfaces specified via
EnableBinding. |
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.