Package akka.stream.impl.fusing
Class GraphStages.Detacher<T>
- java.lang.Object
-
- akka.stream.stage.GraphStageWithMaterializedValue<S,NotUsed>
-
- akka.stream.stage.GraphStage<FlowShape<T,T>>
-
- akka.stream.impl.fusing.GraphStages.SimpleLinearGraphStage<T>
-
- akka.stream.impl.fusing.GraphStages.Detacher<T>
-
- Enclosing class:
- GraphStages
public static final class GraphStages.Detacher<T> extends GraphStages.SimpleLinearGraphStage<T>
INTERNAL API
-
-
Constructor Summary
Constructors Constructor Description Detacher()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GraphStageLogiccreateLogic(Attributes inheritedAttributes)AttributesinitialAttributes()java.lang.StringtoString()-
Methods inherited from class akka.stream.impl.fusing.GraphStages.SimpleLinearGraphStage
in, out, shape
-
Methods inherited from class akka.stream.stage.GraphStage
createLogicAndMaterializedValue
-
Methods inherited from class akka.stream.stage.GraphStageWithMaterializedValue
createLogicAndMaterializedValue, traversalBuilder, withAttributes
-
-
-
-
Method Detail
-
createLogic
public GraphStageLogic createLogic(Attributes inheritedAttributes)
- Specified by:
createLogicin classGraphStage<FlowShape<T,T>>
-
initialAttributes
public Attributes initialAttributes()
- Overrides:
initialAttributesin classGraphStageWithMaterializedValue<FlowShape<T,T>,NotUsed>
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-