Sink.onComplete

Invoke a callback when the stream has completed or failed.

Sink operators

Signature

Sink.onCompleteSink.onComplete

Description

Invoke a callback when the stream has completed or failed.

Reactive Streams semantics

cancels never

backpressures never

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.