public static final class Timed.TimedInterval<T> extends GraphStages.SimpleLinearGraphStage<T>
| Constructor and Description |
|---|
TimedInterval(scala.Function1<T,java.lang.Object> matching,
scala.Function1<scala.concurrent.duration.FiniteDuration,scala.runtime.BoxedUnit> onInterval) |
| Modifier and Type | Method and Description |
|---|---|
GraphStageLogic |
createLogic(Attributes inheritedAttributes) |
in, out, shapecreateLogicAndMaterializedValueinitialAttributes, module, withAttributesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddAttributes, async, namedpublic TimedInterval(scala.Function1<T,java.lang.Object> matching, scala.Function1<scala.concurrent.duration.FiniteDuration,scala.runtime.BoxedUnit> onInterval)
public GraphStageLogic createLogic(Attributes inheritedAttributes)
createLogic in class GraphStage<FlowShape<T,T>>