| Interface | Description |
|---|---|
| Bindable |
Marker interface for instances that can bind/unbind groups of inputs and outputs.
|
| BinderAwareChannelResolver.NewDestinationBindingCallback<T> |
Configure a new destination before it is bound.
|
| BindingTargetFactory |
Defines methods to create/configure the binding targets defined by
EnableBinding. |
| MessageChannelAndSourceConfigurer |
Configurer for
PollableMessageSource. |
| MessageChannelConfigurer |
Interface to be implemented by the classes that configure the
Bindable message
channels. |
| StreamListenerParameterAdapter<A,B> | |
| StreamListenerResultAdapter<R,B> |
A strategy for adapting the result of a
StreamListener annotated method to
a binding target annotated with
Output. |
| StreamListenerSetupMethodOrchestrator |
Orchestrator used for invoking the
StreamListener setup method. |
| Class | Description |
|---|---|
| AbstractBindableProxyFactory |
Base class for bindable proxy factories.
|
| AbstractBindingTargetFactory<T> |
A
BindingTargetFactory implementation that restricts the type of binding target
to a specified class and its supertypes. |
| BindableProxyFactory |
FactoryBean for instantiating the interfaces specified via
EnableBinding. |
| BinderAwareChannelResolver | Deprecated
As of 3.0.0 in favor if providing `spring.cloud.stream.sendto.destination` property.
|
| BinderAwareRouter |
A
BeanPostProcessor that sets a BinderAwareChannelResolver on any bean
of type AbstractMappingMessageRouter within the context. |
| BindingBeanDefinitionRegistryUtils |
Utility class for registering bean definitions for binding targets.
|
| BindingService |
Handles binding of input/output targets by delegating to an underlying
Binder. |
| BindingService.LateBinding<T> | |
| BoundTargetHolder |
Holds information about the binding targets exposed by the interface proxy, as well
as their status.
|
| 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.
|
| StreamAnnotationCommonMethodUtils |
Common methods that can be used across various Stream annotations.
|
| StreamAnnotationErrorMessages | |
| StreamListenerAnnotationBeanPostProcessor |
BeanPostProcessor that handles StreamListener annotations found on bean
methods. |
| StreamListenerErrorMessages | |
| StreamListenerMessageHandler | |
| StreamListenerMethodUtils |
This class contains utility methods for handling
StreamListener annotated bean
methods. |
| SubscribableChannelBindingTargetFactory |
An implementation of
BindingTargetFactory for creating
SubscribableChannels. |
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.