Click or drag to resize
Akka.NETInAndOutGraphStageLogic Properties

The InAndOutGraphStageLogic 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
(Inherited from GraphStageLogic.)
Protected propertyMaterializer
The IMaterializer that has set this GraphStage in motion.
(Inherited from GraphStageLogic.)
Public propertyStageActorRef
TBD
(Inherited from GraphStageLogic.)
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.
(Inherited from GraphStageLogic.)
Top
See Also