Click or drag to resize
Akka.NETGraphStageLogic Properties

The GraphStageLogic type exposes the following members.

Properties
  NameDescription
Public propertyKeepGoingAfterAllPortsClosed
If this method returns true when all ports had been closed then the stage is not stopped until CompleteStage or FailStage(Exception) are explicitly called
Protected propertyMaterializer
The IMaterializer that has set this GraphStage in motion.
Public propertyStageActorRef
TBD
Protected propertySubFusingMaterializer
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.
Top
See Also