public static class AbstractStage.PushPullGraphStageWithMaterializedValue<In,Out,Ext,Mat> extends GraphStageWithMaterializedValue<FlowShape<In,Out>,Mat>
Constructor and Description |
---|
PushPullGraphStageWithMaterializedValue(scala.Function1<Attributes,scala.Tuple2<Stage<In,Out>,Mat>> factory,
Attributes stageAttributes) |
Modifier and Type | Method and Description |
---|---|
scala.Tuple2<GraphStageLogic,Mat> |
createLogicAndMaterializedValue(Attributes inheritedAttributes) |
scala.Function1<Attributes,scala.Tuple2<Stage<In,Out>,Mat>> |
factory() |
Attributes |
initialAttributes() |
java.lang.String |
name() |
FlowShape<In,Out> |
shape()
The shape of a graph is all that is externally visible: its inlets and outlets.
|
java.lang.String |
toString() |
module, withAttributes
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addAttributes, async, named
public PushPullGraphStageWithMaterializedValue(scala.Function1<Attributes,scala.Tuple2<Stage<In,Out>,Mat>> factory, Attributes stageAttributes)
public scala.Function1<Attributes,scala.Tuple2<Stage<In,Out>,Mat>> factory()
public java.lang.String name()
public Attributes initialAttributes()
initialAttributes
in class GraphStageWithMaterializedValue<FlowShape<In,Out>,Mat>
public FlowShape<In,Out> shape()
Graph
public java.lang.String toString()
toString
in class java.lang.Object
public scala.Tuple2<GraphStageLogic,Mat> createLogicAndMaterializedValue(Attributes inheritedAttributes)
createLogicAndMaterializedValue
in class GraphStageWithMaterializedValue<FlowShape<In,Out>,Mat>