Package akka.stream.impl.fusing
Class GraphStages.FutureFlattenSource<T,M>
- java.lang.Object
-
- akka.stream.stage.GraphStageWithMaterializedValue<SourceShape<T>,scala.concurrent.Future<M>>
-
- akka.stream.impl.fusing.GraphStages.FutureFlattenSource<T,M>
-
- All Implemented Interfaces:
Graph<SourceShape<T>,scala.concurrent.Future<M>>
- Enclosing class:
- GraphStages
public static final class GraphStages.FutureFlattenSource<T,M> extends GraphStageWithMaterializedValue<SourceShape<T>,scala.concurrent.Future<M>>
-
-
Constructor Summary
Constructors Constructor Description FutureFlattenSource(scala.concurrent.Future<Graph<SourceShape<T>,M>> futureSource)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description scala.Tuple2<GraphStageLogic,scala.concurrent.Future<M>>createLogicAndMaterializedValue(Attributes attr)AttributesinitialAttributes()Outlet<T>out()SourceShape<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
-
-
-
-
Constructor Detail
-
FutureFlattenSource
public FutureFlattenSource(scala.concurrent.Future<Graph<SourceShape<T>,M>> futureSource)
-
-
Method Detail
-
createLogicAndMaterializedValue
public scala.Tuple2<GraphStageLogic,scala.concurrent.Future<M>> createLogicAndMaterializedValue(Attributes attr)
- Specified by:
createLogicAndMaterializedValuein classGraphStageWithMaterializedValue<SourceShape<T>,scala.concurrent.Future<M>>
-
initialAttributes
public Attributes initialAttributes()
- Overrides:
initialAttributesin classGraphStageWithMaterializedValue<SourceShape<T>,scala.concurrent.Future<M>>
-
shape
public SourceShape<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
-
-