This documentation regards version 2.10.4+4-4ab9d551-SNAPSHOT, however the current version is 2.10.4.
fromMaterializer
Defer the creation of a Source/Flow
until materialization and access Materializer
and Attributes
Signature
Source.fromMaterializer
Flow.fromMaterializer
Description
Typically used when access to materializer is needed to run a different stream during the construction of a source/flow. Can also be used to access the underlying ActorSystem
from Materializer
.