This documentation regards version 2.10.4+3-f7095f01-SNAPSHOT, however the current version is 2.10.4.
Source.lazilyAsync
Deprecated by Source.lazyFutureSource
.
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