Package akka.stream.impl
Class QueueSink<T>
- java.lang.Object
-
- akka.stream.stage.GraphStageWithMaterializedValue<SinkShape<T>,SinkQueueWithCancel<T>>
-
- akka.stream.impl.QueueSink<T>
-
- All Implemented Interfaces:
Graph<SinkShape<T>,SinkQueueWithCancel<T>>
public final class QueueSink<T> extends GraphStageWithMaterializedValue<SinkShape<T>,SinkQueueWithCancel<T>>
INTERNAL API
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classQueueSink.Cancel$static interfaceQueueSink.Output<T>static classQueueSink.Pull<T>static classQueueSink.Pull$
-
Constructor Summary
Constructors Constructor Description QueueSink()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description scala.Tuple2<GraphStageLogic,GraphStageLogic>createLogicAndMaterializedValue(Attributes inheritedAttributes)Inlet<T>in()AttributesinitialAttributes()SinkShape<T>shape()The shape of a graph is all that is externally visible: its inlets and outlets.java.lang.StringtoString()-
Methods inherited from class akka.stream.stage.GraphStageWithMaterializedValue
createLogicAndMaterializedValue, traversalBuilder, withAttributes
-
-
-
-
Method Detail
-
initialAttributes
public Attributes initialAttributes()
- Overrides:
initialAttributesin classGraphStageWithMaterializedValue<SinkShape<T>,SinkQueueWithCancel<T>>
-
shape
public SinkShape<T> shape()
Description copied from interface:GraphThe shape of a graph is all that is externally visible: its inlets and outlets.- Returns:
- (undocumented)
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
createLogicAndMaterializedValue
public scala.Tuple2<GraphStageLogic,GraphStageLogic> createLogicAndMaterializedValue(Attributes inheritedAttributes)
-
-