fromSourceCompletionStage

Streams the elements of an asynchronous source once its given completion operator completes.

Source operators

Signature

Description

Streams the elements of an asynchronous source once its given completion operator completes. If the completion fails the stream is failed with that exception.

emits the next value from the asynchronous source, once its completion operator has completed

completes after the asynchronous source completes

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.