Package akka.stream.impl
Class SetupSourceStage<T,M>
- java.lang.Object
-
- akka.stream.stage.GraphStageWithMaterializedValue<SourceShape<T>,scala.concurrent.Future<M>>
-
- akka.stream.impl.SetupSourceStage<T,M>
-
- All Implemented Interfaces:
Graph<SourceShape<T>,scala.concurrent.Future<M>>
public final class SetupSourceStage<T,M> extends GraphStageWithMaterializedValue<SourceShape<T>,scala.concurrent.Future<M>>
Internal Api
-
-
Constructor Summary
Constructors Constructor Description SetupSourceStage(scala.Function2<ActorMaterializer,Attributes,Source<T,M>> factory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description scala.Tuple2<GraphStageLogic,scala.concurrent.Future<M>>
createLogicAndMaterializedValue(Attributes inheritedAttributes)
SourceShape<T>
shape()
The shape of a graph is all that is externally visible: its inlets and outlets.-
Methods inherited from class akka.stream.stage.GraphStageWithMaterializedValue
createLogicAndMaterializedValue, initialAttributes, traversalBuilder, withAttributes
-
-
-
-
Constructor Detail
-
SetupSourceStage
public SetupSourceStage(scala.Function2<ActorMaterializer,Attributes,Source<T,M>> factory)
-
-
Method Detail
-
createLogicAndMaterializedValue
public scala.Tuple2<GraphStageLogic,scala.concurrent.Future<M>> createLogicAndMaterializedValue(Attributes inheritedAttributes)
- Specified by:
createLogicAndMaterializedValue
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)
-
-