| Interface | Description |
|---|---|
| FluxSender | |
| ObservableSender | Deprecated
as of 2.0.0.RELEASE, this interface is deprecated and will be removed in 2.1 Use Project Reactor based
FluxSender. |
| Class | Description |
|---|---|
| MessageChannelToFluxSenderParameterAdapter | |
| MessageChannelToInputFluxParameterAdapter | |
| MessageChannelToInputObservableParameterAdapter | Deprecated
as of 2.0.0.RELEASE, this is deprecated and will be removed in 2.1 Use Project Reactor based alternatives offered in Spring Cloud Stream.
|
| MessageChannelToObservableSenderParameterAdapter | Deprecated
as of 2.0.0.RELEASE, this is deprecated and will be removed in 2.1 Use Project Reactor based alternatives offered in Spring Cloud Stream.
|
| ObservableToMessageChannelResultAdapter | Deprecated
as of 2.0.0.RELEASE, this is deprecated and will be removed in 2.1 Use Project Reactor based alternatives offered in Spring Cloud Stream.
|
| PublisherToMessageChannelResultAdapter | |
| ReactiveSupportAutoConfiguration | |
| ReactiveSupportAutoConfiguration.RxJava1SupportConfiguration | |
| StreamEmitterAnnotationBeanPostProcessor |
BeanPostProcessor that handles StreamEmitter annotations found on bean methods. |
| Annotation Type | Description |
|---|---|
| StreamEmitter |
Method level annotation that marks a method to be an emitter to outputs declared via
EnableBinding (e.g. |
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.