Interface | Description |
---|---|
Bindable |
Marker interface for instances that can bind/unbind groups of inputs and outputs.
|
BindingTargetFactory |
Defines methods to create/configure the binding targets defined by
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 binding target annotated with
Output . |
Class | Description |
---|---|
AbstractBindingTargetFactory<T> |
A
BindingTargetFactory implementation that restricts the type of binding target
to a specified class and its supertypes. |
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 binding targets.
|
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
BindableAdapter 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 . |
OutputBindingLifecycle |
Coordinates binding/unbinding of output binding targets in accordance to the lifecycle
of the host context.
|
SingleBindingTargetBindable<T> |
A
Bindable component that wraps a generic output binding target. |
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
SubscribableChannel s. |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.