| GraphInterpreterInit Method |
Initializes the states of all the stage logics by calling
PreStart.
The passed-in materializer is intended to be a
SubFusingMaterializer
that avoids creating new Actors when stages materialize sub-flows.If no
such materializer is available, passing in null will reuse the normal
materializer for the GraphInterpreter—fusing is only an optimization.
Namespace:
Akka.Streams.Implementation.Fusing
Assembly:
Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax public void Init(
IMaterializer subMaterializer
)
member Init :
subMaterializer : IMaterializer -> unit
Parameters
- subMaterializer
- Type: Akka.StreamsIMaterializer
TBD
See Also