Package akka.http.impl.engine.client
Class PoolInterface.PoolInterfaceStage
java.lang.Object
akka.stream.stage.GraphStageWithMaterializedValue<akka.stream.FlowShape<PoolFlow.ResponseContext,PoolFlow.RequestContext>,PoolInterface>
akka.http.impl.engine.client.PoolInterface.PoolInterfaceStage
- All Implemented Interfaces:
akka.stream.Graph<akka.stream.FlowShape<PoolFlow.ResponseContext,
PoolFlow.RequestContext>, PoolInterface>
- Enclosing interface:
- PoolInterface
public static class PoolInterface.PoolInterfaceStage
extends akka.stream.stage.GraphStageWithMaterializedValue<akka.stream.FlowShape<PoolFlow.ResponseContext,PoolFlow.RequestContext>,PoolInterface>
-
Nested Class Summary
Nested classes/interfaces inherited from interface akka.stream.Graph
akka.stream.Graph.GraphMapMatVal<S extends akka.stream.Shape,
M extends Object> -
Constructor Summary
ConstructorsConstructorDescriptionPoolInterfaceStage
(PoolId poolId, PoolMaster master, int bufferSize, akka.event.LoggingAdapter log) -
Method Summary
Modifier and TypeMethodDescriptionscala.Tuple2<akka.stream.stage.GraphStageLogic,
PoolInterface> createLogicAndMaterializedValue
(akka.stream.Attributes inheritedAttributes) scala.Tuple2<akka.stream.stage.GraphStageLogic,
PoolInterface> createLogicAndMaterializedValue
(akka.stream.Attributes inheritedAttributes, akka.stream.Materializer _materializer) akka.stream.FlowShape<PoolFlow.ResponseContext,
PoolFlow.RequestContext> shape()
Methods inherited from class akka.stream.stage.GraphStageWithMaterializedValue
addAttributes, async, async, async, getAttributes, initialAttributes, named, traversalBuilder, withAttributes
-
Constructor Details
-
PoolInterfaceStage
public PoolInterfaceStage(PoolId poolId, PoolMaster master, int bufferSize, akka.event.LoggingAdapter log)
-
-
Method Details
-
createLogicAndMaterializedValue
public scala.Tuple2<akka.stream.stage.GraphStageLogic,PoolInterface> createLogicAndMaterializedValue(akka.stream.Attributes inheritedAttributes) - Specified by:
createLogicAndMaterializedValue
in classakka.stream.stage.GraphStageWithMaterializedValue<akka.stream.FlowShape<PoolFlow.ResponseContext,
PoolFlow.RequestContext>, PoolInterface>
-
createLogicAndMaterializedValue
public scala.Tuple2<akka.stream.stage.GraphStageLogic,PoolInterface> createLogicAndMaterializedValue(akka.stream.Attributes inheritedAttributes, akka.stream.Materializer _materializer) - Overrides:
createLogicAndMaterializedValue
in classakka.stream.stage.GraphStageWithMaterializedValue<akka.stream.FlowShape<PoolFlow.ResponseContext,
PoolFlow.RequestContext>, PoolInterface>
-
shape
-