Sink.never

Always backpressure never cancel and never consume any elements from the stream.

Sink operators

Signature

Sink.neverSink.never Sink.neverSink.never

Description

A Sink that will always backpressure never cancel and never consume any elements from the stream.

Reactive Streams semantics

cancels never

backpressures always

Found an error in this documentation? The source code for this page can be found here. Please feel free to edit and contribute a pull request.