Click or drag to resize
Akka.NETGraphStageLogicSubFusingMaterializer Property
An IMaterializer that may run fusable parts of the graphs that it materializes within the same actor as the current GraphStage(if fusing is available). This materializer must not be shared outside of the GraphStage.

Namespace:  Akka.Streams.Stage
Assembly:  Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
protected IMaterializer SubFusingMaterializer { get; }

Property Value

Type: IMaterializer
See Also