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)
Attributes
initialAttributes()
Outlet<T>
out()
SourceShape<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
-
-
-
-
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:
createLogicAndMaterializedValue
in classGraphStageWithMaterializedValue<SourceShape<T>,scala.concurrent.Future<M>>
-
initialAttributes
public Attributes initialAttributes()
- Overrides:
initialAttributes
in classGraphStageWithMaterializedValue<SourceShape<T>,scala.concurrent.Future<M>>
-
shape
public SourceShape<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
-
-