Package akka.stream.impl
Class LazySink<T,M>
- java.lang.Object
-
- akka.stream.stage.GraphStageWithMaterializedValue<SinkShape<T>,scala.concurrent.Future<scala.Option<M>>>
-
- akka.stream.impl.LazySink<T,M>
-
public final class LazySink<T,M> extends GraphStageWithMaterializedValue<SinkShape<T>,scala.concurrent.Future<scala.Option<M>>>
INTERNAL API
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description scala.Tuple2<GraphStageLogic,scala.concurrent.Future<scala.Option<M>>>
createLogicAndMaterializedValue(Attributes inheritedAttributes)
Inlet<T>
in()
Attributes
initialAttributes()
SinkShape<T>
shape()
The shape of a graph is all that is externally visible: its inlets and outlets.java.lang.String
toString()
-
Methods inherited from class akka.stream.stage.GraphStageWithMaterializedValue
createLogicAndMaterializedValue, traversalBuilder, withAttributes
-
-
-
-
Method Detail
-
createLogicAndMaterializedValue
public scala.Tuple2<GraphStageLogic,scala.concurrent.Future<scala.Option<M>>> createLogicAndMaterializedValue(Attributes inheritedAttributes)
- Specified by:
createLogicAndMaterializedValue
in classGraphStageWithMaterializedValue<SinkShape<T>,scala.concurrent.Future<scala.Option<M>>>
-
initialAttributes
public Attributes initialAttributes()
- Overrides:
initialAttributes
in classGraphStageWithMaterializedValue<SinkShape<T>,scala.concurrent.Future<scala.Option<M>>>
-
shape
public SinkShape<T> shape()
Description copied from interface:Graph
The shape of a graph is all that is externally visible: its inlets and outlets.- Returns:
- (undocumented)
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-