Package akka.stream.impl
Class Timers.Initial<T>
- java.lang.Object
-
- akka.stream.stage.GraphStageWithMaterializedValue<S,NotUsed>
-
- akka.stream.stage.GraphStage<FlowShape<T,T>>
-
- akka.stream.impl.fusing.GraphStages.SimpleLinearGraphStage<T>
-
- akka.stream.impl.Timers.Initial<T>
-
- Enclosing class:
- Timers
public static final class Timers.Initial<T> extends GraphStages.SimpleLinearGraphStage<T>
-
-
Constructor Summary
Constructors Constructor Description Initial(scala.concurrent.duration.FiniteDuration timeout)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GraphStageLogic
createLogic(Attributes inheritedAttributes)
Attributes
initialAttributes()
scala.concurrent.duration.FiniteDuration
timeout()
java.lang.String
toString()
-
Methods inherited from class akka.stream.impl.fusing.GraphStages.SimpleLinearGraphStage
in, out, shape
-
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<FlowShape<T,T>>
-
initialAttributes
public Attributes initialAttributes()
- Overrides:
initialAttributes
in classGraphStageWithMaterializedValue<FlowShape<T,T>,NotUsed>
-
timeout
public scala.concurrent.duration.FiniteDuration timeout()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-