public static final class Timed.StopTimed<T> extends GraphStages.SimpleLinearGraphStage<T>
Constructor and Description |
---|
StopTimed(Timed.TimedFlowContext timedContext,
scala.Function1<scala.concurrent.duration.FiniteDuration,scala.runtime.BoxedUnit> _onComplete) |
Modifier and Type | Method and Description |
---|---|
GraphStageLogic |
createLogic(Attributes inheritedAttributes) |
in, out, shape
createLogicAndMaterializedValue
initialAttributes, module, withAttributes
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addAttributes, async, named
public StopTimed(Timed.TimedFlowContext timedContext, scala.Function1<scala.concurrent.duration.FiniteDuration,scala.runtime.BoxedUnit> _onComplete)
public GraphStageLogic createLogic(Attributes inheritedAttributes)
createLogic
in class GraphStage<FlowShape<T,T>>