Package akka.stream.impl.fusing
Class FlattenMerge<T,M>
- java.lang.Object
-
- akka.stream.stage.GraphStageWithMaterializedValue<S,NotUsed>
-
- akka.stream.stage.GraphStage<FlowShape<Graph<SourceShape<T>,M>,T>>
-
- akka.stream.impl.fusing.FlattenMerge<T,M>
-
- All Implemented Interfaces:
Graph<FlowShape<Graph<SourceShape<T>,M>,T>,NotUsed>
public final class FlattenMerge<T,M> extends GraphStage<FlowShape<Graph<SourceShape<T>,M>,T>>
INTERNAL API
-
-
Constructor Summary
Constructors Constructor Description FlattenMerge(int breadth)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
breadth()
GraphStageLogic
createLogic(Attributes enclosingAttributes)
Attributes
initialAttributes()
FlowShape<Graph<SourceShape<T>,M>,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.GraphStage
createLogicAndMaterializedValue
-
Methods inherited from class akka.stream.stage.GraphStageWithMaterializedValue
createLogicAndMaterializedValue, traversalBuilder, withAttributes
-
-
-
-
Method Detail
-
breadth
public int breadth()
-
createLogic
public GraphStageLogic createLogic(Attributes enclosingAttributes)
- Specified by:
createLogic
in classGraphStage<FlowShape<Graph<SourceShape<T>,M>,T>>
-
initialAttributes
public Attributes initialAttributes()
- Overrides:
initialAttributes
in classGraphStageWithMaterializedValue<FlowShape<Graph<SourceShape<T>,M>,T>,NotUsed>
-
shape
public FlowShape<Graph<SourceShape<T>,M>,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
-
-