Sink.futureSink

Streams the elements to the given future sink once it successfully completes.

Sink operators

Signature

Sink.futureSinkSink.futureSink

Description

Streams the elements through the given future flow once it successfully completes. If the future fails the stream is failed.

Reactive Streams semantics

cancels if the future fails or if the created sink cancels

backpressures when initialized and when created sink backpressures