Package akka.stream.impl
Class Timers.IdleTimeoutBidi<I,O>
- java.lang.Object
-
- akka.stream.stage.GraphStageWithMaterializedValue<S,NotUsed>
-
- akka.stream.stage.GraphStage<BidiShape<I,I,O,O>>
-
- akka.stream.impl.Timers.IdleTimeoutBidi<I,O>
-
-
Constructor Summary
Constructors Constructor Description IdleTimeoutBidi(scala.concurrent.duration.FiniteDuration timeout)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GraphStageLogic
createLogic(Attributes inheritedAttributes)
Inlet<I>
in1()
Inlet<O>
in2()
Attributes
initialAttributes()
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.scala.concurrent.duration.FiniteDuration
timeout()
java.lang.String
toString()
-
Methods inherited from class akka.stream.stage.GraphStage
createLogicAndMaterializedValue
-
Methods inherited from class akka.stream.stage.GraphStageWithMaterializedValue
createLogicAndMaterializedValue, traversalBuilder, withAttributes
-
-
-
-
Method Detail
-
createLogic
public GraphStageLogic createLogic(Attributes inheritedAttributes)
- Specified by:
createLogic
in classGraphStage<BidiShape<I,I,O,O>>
-
initialAttributes
public Attributes initialAttributes()
- Overrides:
initialAttributes
in classGraphStageWithMaterializedValue<BidiShape<I,I,O,O>,NotUsed>
-
shape
public BidiShape<I,I,O,O> shape()
Description copied from interface:Graph
The shape of a graph is all that is externally visible: its inlets and outlets.- Returns:
- (undocumented)
-
timeout
public scala.concurrent.duration.FiniteDuration timeout()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-