public class CoupledTerminationBidi<I,O> extends GraphStage<BidiShape<I,I,O,O>>
Constructor and Description |
---|
CoupledTerminationBidi() |
Modifier and Type | Method and Description |
---|---|
GraphStageLogic |
createLogic(Attributes inheritedAttributes) |
Inlet<I> |
in1() |
Inlet<O> |
in2() |
Outlet<I> |
out1() |
Outlet<O> |
out2() |
BidiShape<I,I,O,O> |
shape()
The shape of a graph is all that is externally visible: its inlets and outlets.
|
createLogicAndMaterializedValue
initialAttributes, module, withAttributes
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addAttributes, async, named
public BidiShape<I,I,O,O> shape()
Graph
public GraphStageLogic createLogic(Attributes inheritedAttributes)
createLogic
in class GraphStage<BidiShape<I,I,O,O>>