| Package | Description |
|---|---|
| org.springframework.cloud.stream.binding | |
| org.springframework.cloud.stream.config | |
| org.springframework.cloud.stream.endpoint |
| Class and Description |
|---|
| Bindable
Marker interface for instances that can bind/unbind groups of inputs and outputs.
|
| BindableAdapter
Default adapter implementation for .
|
| BindableChannelFactory
Defines methods to create/configure the
MessageChannels defined
in EnableBinding. |
| 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. |
| DynamicDestinationsBindable
A
BindableAdapter that stores the dynamic destination names and handles their unbinding. |
| MessageChannelConfigurer
Interface to be implemented by the classes that configure the
Bindable message channels. |
| StreamListenerResultAdapter
A strategy for adapting the result of a
StreamListener
annotated method to a bound element annotated with Output. |
| Class and Description |
|---|
| BindableChannelFactory
Defines methods to create/configure the
MessageChannels defined
in 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. |
| 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.
|
| 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.
|
| 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. |
| Class and Description |
|---|
| Bindable
Marker interface for instances that can bind/unbind groups of inputs and outputs.
|
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.