FluxSender.@Deprecated public interface ObservableSender
StreamListener arguments
annotated with Output.| Modifier and Type | Method and Description |
|---|---|
rx.Single<Void> |
send(rx.Observable<?> observable)
Deprecated.
Streams the
Observable through the binding target corresponding to the
Output annotation of the
argument. |
rx.Single<Void> send(rx.Observable<?> observable)
Observable through the binding target corresponding to the
Output annotation of the
argument.observable - an Observable that will be streamed through the bound
elementSingle representing the result of an operationCopyright © 2018 Pivotal Software, Inc.. All rights reserved.