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.
|
BinderAwareChannelResolver.NewDestinationBindingCallback
Configure a new destination before it is bound.
|
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
Bindable that stores the dynamic destination names and handles their
unbinding. |
MessageChannelAndSourceConfigurer
Configurer for
PollableMessageSource . |
MessageChannelConfigurer
Interface to be implemented by the classes that configure the
Bindable message
channels. |
StreamListenerParameterAdapter |
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. |
Bindable
Marker interface for instances that can bind/unbind groups of inputs and outputs.
|
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. |
BinderAwareChannelResolver.NewDestinationBindingCallback
Configure a new destination before it is bound.
|
BinderAwareRouterBeanPostProcessor
Deprecated.
as of 2.0, will be renamed/replaced as it is no longer a BPP and naming is a bit confusing
|
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
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
DefaultPollableMessageSource s. |
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.
|
InputBindingLifecycle
Coordinates binding/unbinding of input binding targets in accordance to the lifecycle
of the host context.
|
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.