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.
|
createLogicAndMaterializedValueinitialAttributes, module, withAttributesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddAttributes, async, namedpublic BidiShape<I,I,O,O> shape()
Graphpublic GraphStageLogic createLogic(Attributes inheritedAttributes)
createLogic in class GraphStage<BidiShape<I,I,O,O>>