public static final class GraphStages.Detacher<T> extends GraphStages.SimpleLinearGraphStage<T>
Constructor and Description |
---|
Detacher() |
Modifier and Type | Method and Description |
---|---|
GraphStageLogic |
createLogic(Attributes inheritedAttributes) |
Attributes |
initialAttributes() |
java.lang.String |
toString() |
in, out, shape
createLogicAndMaterializedValue
module, withAttributes
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addAttributes, async, named
public Attributes initialAttributes()
initialAttributes
in class GraphStageWithMaterializedValue<FlowShape<T,T>,NotUsed>
public GraphStageLogic createLogic(Attributes inheritedAttributes)
createLogic
in class GraphStage<FlowShape<T,T>>
public java.lang.String toString()
toString
in class java.lang.Object