Package akka.stream.impl.fusing
Class LazyFlow<I,O,M>
- java.lang.Object
-
- akka.stream.stage.GraphStageWithMaterializedValue<FlowShape<I,O>,scala.concurrent.Future<scala.Option<M>>>
-
- akka.stream.impl.fusing.LazyFlow<I,O,M>
-
public final class LazyFlow<I,O,M> extends GraphStageWithMaterializedValue<FlowShape<I,O>,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<I>
in()
Attributes
initialAttributes()
Outlet<O>
out()
FlowShape<I,O>
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<FlowShape<I,O>,scala.concurrent.Future<scala.Option<M>>>
-
initialAttributes
public Attributes initialAttributes()
- Overrides:
initialAttributes
in classGraphStageWithMaterializedValue<FlowShape<I,O>,scala.concurrent.Future<scala.Option<M>>>
-
shape
public FlowShape<I,O> 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
-
-