public static class GraphStages.IgnoreSink$ extends GraphStageWithMaterializedValue<SinkShape<java.lang.Object>,scala.concurrent.Future<Done>>
Modifier and Type | Field and Description |
---|---|
static GraphStages.IgnoreSink$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
Constructor and Description |
---|
IgnoreSink$() |
Modifier and Type | Method and Description |
---|---|
scala.Tuple2<GraphStageLogic,scala.concurrent.Future<Done>> |
createLogicAndMaterializedValue(Attributes inheritedAttributes) |
Inlet<java.lang.Object> |
in() |
Attributes |
initialAttributes() |
SinkShape<java.lang.Object> |
shape()
The shape of a graph is all that is externally visible: its inlets and outlets.
|
module, withAttributes
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addAttributes, async, named
public static final GraphStages.IgnoreSink$ MODULE$
public Inlet<java.lang.Object> in()
public SinkShape<java.lang.Object> shape()
Graph
public Attributes initialAttributes()
initialAttributes
in class GraphStageWithMaterializedValue<SinkShape<java.lang.Object>,scala.concurrent.Future<Done>>
public scala.Tuple2<GraphStageLogic,scala.concurrent.Future<Done>> createLogicAndMaterializedValue(Attributes inheritedAttributes)
createLogicAndMaterializedValue
in class GraphStageWithMaterializedValue<SinkShape<java.lang.Object>,scala.concurrent.Future<Done>>