Package org.apache.pekko.stream
Class KillSwitches.UniqueBidiKillSwitchStage$
java.lang.Object
org.apache.pekko.stream.stage.GraphStageWithMaterializedValue<BidiShape<Object,Object,Object,Object>,UniqueKillSwitch>
org.apache.pekko.stream.KillSwitches.UniqueBidiKillSwitchStage$
- Enclosing class:
- KillSwitches
public static class KillSwitches.UniqueBidiKillSwitchStage$
extends GraphStageWithMaterializedValue<BidiShape<Object,Object,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.UniqueBidiKillSwitchStage$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
-
UniqueBidiKillSwitchStage$
public UniqueBidiKillSwitchStage$()
-
-
Method Details
-
initialAttributes
- Overrides:
initialAttributesin classGraphStageWithMaterializedValue<BidiShape<Object,Object, 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)
-