Source.lazilyAsync

Deprecated by Source.lazyFutureSource.

Source operators

Signature

Description

lazilyAsync is deprecated, please 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