| GraphStageLogicSubFusingMaterializer 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.129 (1.2.3.129)
Syntax protected IMaterializer SubFusingMaterializer { get; }
member SubFusingMaterializer : IMaterializer with get
Property Value
Type:
IMaterializerSee Also