public class OutboundControlJunction extends GraphStageWithMaterializedValue<FlowShape<OutboundEnvelope,OutboundEnvelope>,OutboundControlJunction.OutboundControlIngress>
Modifier and Type | Class and Description |
---|---|
static interface |
OutboundControlJunction.OutboundControlIngress |
Constructor and Description |
---|
OutboundControlJunction(OutboundContext outboundContext,
ObjectPool<ReusableOutboundEnvelope> outboundEnvelopePool) |
Modifier and Type | Method and Description |
---|---|
static Graph<S,M> |
addAttributes(Attributes attr) |
static Graph<S,M> |
async() |
scala.Tuple2<GraphStageLogic,java.lang.Object> |
createLogicAndMaterializedValue(Attributes inheritedAttributes) |
Inlet<OutboundEnvelope> |
in() |
protected static Attributes |
initialAttributes() |
static StreamLayout.Module |
module() |
static Graph<S,M> |
named(java.lang.String name) |
Outlet<OutboundEnvelope> |
out() |
FlowShape<OutboundEnvelope,OutboundEnvelope> |
shape()
The shape of a graph is all that is externally visible: its inlets and outlets.
|
static Graph<S,M> |
withAttributes(Attributes attr) |
initialAttributes, module, withAttributes
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addAttributes, async, named
public OutboundControlJunction(OutboundContext outboundContext, ObjectPool<ReusableOutboundEnvelope> outboundEnvelopePool)
public static Graph<S,M> named(java.lang.String name)
public static Graph<S,M> async()
public static Graph<S,M> addAttributes(Attributes attr)
protected static Attributes initialAttributes()
public static final StreamLayout.Module module()
public static final Graph<S,M> withAttributes(Attributes attr)
public Inlet<OutboundEnvelope> in()
public Outlet<OutboundEnvelope> out()
public FlowShape<OutboundEnvelope,OutboundEnvelope> shape()
Graph
public scala.Tuple2<GraphStageLogic,java.lang.Object> createLogicAndMaterializedValue(Attributes inheritedAttributes)