public interface FluxSender extends Closeable
Disposable| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Mono<Void> |
send(reactor.core.publisher.Flux<?> flux)
Streams the
Flux through the binding target
corresponding to the Output
annotation of the argument. |
reactor.core.publisher.Mono<Void> send(reactor.core.publisher.Flux<?> flux)
Flux through the binding target
corresponding to the Output
annotation of the argument.flux - a Flux that will be streamed through the binding targetMono representing the result of sending the flux (completion or
error)Copyright © 2019 Pivotal Software, Inc.. All rights reserved.