public static class KillSwitches.UniqueKillSwitchStage$ extends GraphStageWithMaterializedValue<FlowShape<java.lang.Object,java.lang.Object>,UniqueKillSwitch>
| Modifier and Type | Field and Description |
|---|---|
static KillSwitches.UniqueKillSwitchStage$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
| Constructor and Description |
|---|
UniqueKillSwitchStage$() |
| Modifier and Type | Method and Description |
|---|---|
scala.Tuple2<KillSwitches.KillableGraphStageLogic,UniqueKillSwitch> |
createLogicAndMaterializedValue(Attributes attr) |
Attributes |
initialAttributes() |
FlowShape<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.UniqueKillSwitchStage$ MODULE$
public Attributes initialAttributes()
initialAttributes in class GraphStageWithMaterializedValue<FlowShape<java.lang.Object,java.lang.Object>,UniqueKillSwitch>public FlowShape<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)