| Interface | Description |
|---|---|
| Bindable |
Marker interface for instances that can bind/unbind groups of inputs and outputs.
|
| BindableChannelFactory |
Defines methods to create/configure the
MessageChannels defined
in EnableBinding. |
| 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 bound element annotated with Output. |
| Class | Description |
|---|---|
| BindableAdapter |
Default adapter implementation for .
|
| BindableProxyFactory |
FactoryBean for instantiating the interfaces specified via
EnableBinding |
| BinderAwareChannelResolver |
A
DestinationResolver implementation that
resolves the channel from the bean factory and, if not present, creates a new channel
and adds it to the factory after binding it to the binder. |
| BinderAwareRouterBeanPostProcessor |
A
BeanPostProcessor that sets a BinderAwareChannelResolver on any bean of type
AbstractMappingMessageRouter within the context. |
| BindingBeanDefinitionRegistryUtils |
Utility class for registering bean definitions for message channels.
|
| ChannelBindingService |
Handles the operations related to channel binding including binding of input/output channels by delegating
to an underlying
Binder, setting up data type conversion for binding channel. |
| CompositeMessageChannelConfigurer |
MessageChannelConfigurer that composes all the message channel configurers. |
| ContextStartAfterRefreshListener |
Automatically starts the context after a refresh.
|
| DefaultBindableChannelFactory |
Class that
BindableProxyFactory uses to create and configure message channels. |
| DynamicDestinationsBindable |
A
BindableAdapter that stores the dynamic destination names and handles their unbinding. |
| InputBindingLifecycle |
Coordinates binding/unbinding of input channels in accordance to the lifecycle
of the host context.
|
| MessageChannelStreamListenerResultAdapter | |
| MessageConverterConfigurer |
A
MessageChannelConfigurer that sets data types and message converters based on BindingProperties.contentType. |
| OutputBindingLifecycle |
Coordinates binding/unbinding of output channels in accordance to the lifecycle
of the host context.
|
| SingleChannelBindable |
A
Bindable component that wraps a generic channel. |
| StreamListenerAnnotationBeanPostProcessor |
BeanPostProcessor that handles StreamListener annotations found on bean methods. |
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.