Package akka.stream.extra
Class Timed.StopTimed<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.extra.Timed.StopTimed<T>
-
- Enclosing class:
- Timed
public static final class Timed.StopTimed<T> extends GraphStages.SimpleLinearGraphStage<T>
-
-
Constructor Summary
Constructors Constructor Description StopTimed(Timed.TimedFlowContext timedContext, scala.Function1<scala.concurrent.duration.FiniteDuration,scala.runtime.BoxedUnit> _onComplete)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GraphStageLogic
createLogic(Attributes inheritedAttributes)
-
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, initialAttributes, traversalBuilder, withAttributes
-
-
-
-
Constructor Detail
-
StopTimed
public StopTimed(Timed.TimedFlowContext timedContext, scala.Function1<scala.concurrent.duration.FiniteDuration,scala.runtime.BoxedUnit> _onComplete)
-
-
Method Detail
-
createLogic
public GraphStageLogic createLogic(Attributes inheritedAttributes)
- Specified by:
createLogic
in classGraphStage<FlowShape<T,T>>
-
-