InGraphStageLogic Properties |
The InGraphStageLogic type exposes the following members.
Name | Description | |
---|---|---|
KeepGoingAfterAllPortsClosed |
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.) | |
Materializer |
The IMaterializer that has set this GraphStage in motion.
(Inherited from GraphStageLogic.) | |
StageActorRef |
TBD
(Inherited from GraphStageLogic.) | |
SubFusingMaterializer |
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.) |