Package akka.remote.artery
Class OutboundControlJunction
- java.lang.Object
-
- akka.stream.stage.GraphStageWithMaterializedValue<FlowShape<OutboundEnvelope,OutboundEnvelope>,OutboundControlJunction.OutboundControlIngress>
-
- akka.remote.artery.OutboundControlJunction
-
- All Implemented Interfaces:
Graph<FlowShape<OutboundEnvelope,OutboundEnvelope>,OutboundControlJunction.OutboundControlIngress>
public class OutboundControlJunction extends GraphStageWithMaterializedValue<FlowShape<OutboundEnvelope,OutboundEnvelope>,OutboundControlJunction.OutboundControlIngress>
INTERNAL API
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
OutboundControlJunction.OutboundControlIngress
-
Constructor Summary
Constructors Constructor Description OutboundControlJunction(OutboundContext outboundContext, ObjectPool<ReusableOutboundEnvelope> outboundEnvelopePool)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description scala.Tuple2<GraphStageLogic,GraphStageLogic>
createLogicAndMaterializedValue(Attributes inheritedAttributes)
Inlet<OutboundEnvelope>
in()
Outlet<OutboundEnvelope>
out()
FlowShape<OutboundEnvelope,OutboundEnvelope>
shape()
The shape of a graph is all that is externally visible: its inlets and outlets.-
Methods inherited from class akka.stream.stage.GraphStageWithMaterializedValue
createLogicAndMaterializedValue, initialAttributes, traversalBuilder, withAttributes
-
-
-
-
Constructor Detail
-
OutboundControlJunction
public OutboundControlJunction(OutboundContext outboundContext, ObjectPool<ReusableOutboundEnvelope> outboundEnvelopePool)
-
-
Method Detail
-
in
public Inlet<OutboundEnvelope> in()
-
out
public Outlet<OutboundEnvelope> out()
-
shape
public FlowShape<OutboundEnvelope,OutboundEnvelope> shape()
Description copied from interface:Graph
The shape of a graph is all that is externally visible: its inlets and outlets.- Returns:
- (undocumented)
-
createLogicAndMaterializedValue
public scala.Tuple2<GraphStageLogic,GraphStageLogic> createLogicAndMaterializedValue(Attributes inheritedAttributes)
-
-