Package org.apache.pekko.stream
Class KillSwitches.UniqueKillSwitchStage$
java.lang.Object
org.apache.pekko.stream.stage.GraphStageWithMaterializedValue<FlowShape<Object,Object>,UniqueKillSwitch>
org.apache.pekko.stream.KillSwitches.UniqueKillSwitchStage$
- All Implemented Interfaces:
Graph<FlowShape<Object,Object>, UniqueKillSwitch>
- Enclosing class:
- KillSwitches
public static class KillSwitches.UniqueKillSwitchStage$
extends GraphStageWithMaterializedValue<FlowShape<Object,Object>,UniqueKillSwitch>
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.pekko.stream.Graph
Graph.GraphMapMatVal<S extends Shape,M> -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final KillSwitches.UniqueKillSwitchStage$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionscala.Tuple2<KillSwitches.KillableGraphStageLogic,UniqueKillSwitch> shape()The shape of a graph is all that is externally visible: its inlets and outlets.toString()Methods inherited from class org.apache.pekko.stream.stage.GraphStageWithMaterializedValue
withAttributesMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.pekko.stream.Graph
addAttributes, async, async, async, getAttributes, named
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
UniqueKillSwitchStage$
public UniqueKillSwitchStage$()
-
-
Method Details
-
initialAttributes
- Overrides:
initialAttributesin classGraphStageWithMaterializedValue<FlowShape<Object,Object>, UniqueKillSwitch>
-
shape
Description copied from interface:GraphThe shape of a graph is all that is externally visible: its inlets and outlets. -
toString
-
createLogicAndMaterializedValue
public scala.Tuple2<KillSwitches.KillableGraphStageLogic,UniqueKillSwitch> createLogicAndMaterializedValue(Attributes attr)
-