Interface and Description |
---|
org.springframework.cloud.stream.annotation.rxjava.RxJavaProcessor
in favor of
StreamListener with reactive types |
Class and Description |
---|
org.springframework.cloud.stream.binding.BindableAdapter
as of version 2.0. Use
Bindable interface instead. |
org.springframework.cloud.stream.binding.BinderAwareRouterBeanPostProcessor
as of 2.0, will be renamed/replaced as it is no longer a BPP and naming is a bit confusing
|
org.springframework.cloud.stream.config.ChannelBindingServiceProperties |
org.springframework.cloud.stream.annotation.rxjava.RxJavaProcessorConfiguration |
org.springframework.cloud.stream.aggregate.SharedChannelRegistry
in favor of
SharedBindingTargetRegistry . Will be removed in 3.0.
Not currently used by the framework. |
org.springframework.cloud.stream.annotation.rxjava.SubjectMessageHandler |
Annotation Type and Description |
---|
org.springframework.cloud.stream.annotation.Bindings
As of 1.1 for being redundant (beans qualified by it are already uniquely
identified by their type)
|
org.springframework.cloud.stream.annotation.rxjava.EnableRxJavaProcessor
in favor of
StreamListener with reactive types |
Constructor and Description |
---|
org.springframework.cloud.stream.binder.AbstractMessageChannelBinder(boolean, String[], PP)
As of release 2.0. Please use other constructors.
|
Enum Constant and Description |
---|
org.springframework.cloud.stream.binder.HeaderMode.raw
- use
HeaderMode.none . |
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.