Package akka.stream.scaladsl
Class CoupledTerminationBidi<I,O>
- java.lang.Object
-
- akka.stream.stage.GraphStageWithMaterializedValue<S,NotUsed>
-
- akka.stream.stage.GraphStage<BidiShape<I,I,O,O>>
-
- akka.stream.scaladsl.CoupledTerminationBidi<I,O>
-
public class CoupledTerminationBidi<I,O> extends GraphStage<BidiShape<I,I,O,O>>
INTERNAL API
-
-
Constructor Summary
Constructors Constructor Description CoupledTerminationBidi()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GraphStageLogiccreateLogic(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.-
Methods inherited from class akka.stream.stage.GraphStage
createLogicAndMaterializedValue
-
Methods inherited from class akka.stream.stage.GraphStageWithMaterializedValue
createLogicAndMaterializedValue, initialAttributes, traversalBuilder, withAttributes
-
-
-
-
Method Detail
-
createLogic
public GraphStageLogic createLogic(Attributes inheritedAttributes)
- Specified by:
createLogicin classGraphStage<BidiShape<I,I,O,O>>
-
-