Click or drag to resize
Akka.NETDownstreamBoundaryStageLogic Properties

The GraphInterpreterDownstreamBoundaryStageLogic type exposes the following members.

Properties
  NameDescription
Public propertyIn
TBD
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