public abstract static class GraphStages.SimpleLinearGraphStage<T> extends GraphStage<FlowShape<T,T>>
Constructor and Description |
---|
SimpleLinearGraphStage() |
Modifier and Type | Method and Description |
---|---|
Inlet<T> |
in() |
Outlet<T> |
out() |
FlowShape<T,T> |
shape()
The shape of a graph is all that is externally visible: its inlets and outlets.
|
createLogic, createLogicAndMaterializedValue
initialAttributes, module, withAttributes
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addAttributes, async, named