Source.lazilyAsync

Deprecated by Source.lazyFutureSource.

Source operators

Signature

Description

lazilyAsync has been deprecated in 2.6.0, use lazyFutureSource instead.

Defers creation and materialization of a CompletionStage until there is demand.

Reactive Streams semantics

emits the future completes

completes after the future has completed

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.