public static class KillSwitches.UniqueBidiKillSwitchStage$ extends GraphStageWithMaterializedValue<BidiShape<java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object>,UniqueKillSwitch>
| Modifier and Type | Field and Description |
|---|---|
static KillSwitches.UniqueBidiKillSwitchStage$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
| Constructor and Description |
|---|
UniqueBidiKillSwitchStage$() |
| Modifier and Type | Method and Description |
|---|---|
scala.Tuple2<KillSwitches.KillableGraphStageLogic,UniqueKillSwitch> |
createLogicAndMaterializedValue(Attributes attr) |
Attributes |
initialAttributes() |
BidiShape<java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object> |
shape()
The shape of a graph is all that is externally visible: its inlets and outlets.
|
java.lang.String |
toString() |
module, withAttributesclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddAttributes, async, namedpublic static final KillSwitches.UniqueBidiKillSwitchStage$ MODULE$
public Attributes initialAttributes()
initialAttributes in class GraphStageWithMaterializedValue<BidiShape<java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object>,UniqueKillSwitch>public BidiShape<java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object> shape()
Graphpublic java.lang.String toString()
toString in class java.lang.Objectpublic scala.Tuple2<KillSwitches.KillableGraphStageLogic,UniqueKillSwitch> createLogicAndMaterializedValue(Attributes attr)