Package | Description |
---|---|
org.springframework.cloud.stream.binding | |
org.springframework.cloud.stream.config | |
org.springframework.cloud.stream.endpoint |
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.
|
BindableAdapter
Default adapter implementation for .
|
BindingService
Handles binding of input/output targets by delegating to an underlying
Binder . |
BindingTargetFactory
Defines methods to create/configure the binding targets defined by
EnableBinding . |
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 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. |
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. |
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.
|
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
A
Bindable component that wraps a generic output binding target. |
StreamListenerAnnotationBeanPostProcessor
BeanPostProcessor that handles StreamListener annotations found on bean
methods. |
SubscribableChannelBindingTargetFactory
An implementation of
BindingTargetFactory for creating SubscribableChannel s. |
Class and Description |
---|
Bindable
Marker interface for instances that can bind/unbind groups of inputs and outputs.
|
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.