object Timed extends TimedOps with TimedIntervalBetweenOps
- Annotations
- @deprecated
- Deprecated
(Since version 2.4.5) Moved to the akka/akka-stream-contrib project
- Source
- Timed.scala
- Alphabetic
- By Inheritance
- Timed
- TimedIntervalBetweenOps
- TimedOps
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
- final class StartTimed[T] extends SimpleLinearGraphStage[T]
- final class StopTimed[T] extends SimpleLinearGraphStage[T]
- final class TimedFlowContext extends AnyRef
- final class TimedInterval[T] extends SimpleLinearGraphStage[T]
Deprecated Value Members
-
def
timed[I, O, Out, Mat, Mat2](flow: Flow[I, O, Mat], measuredOps: (Flow[I, O, Mat]) ⇒ Flow[I, Out, Mat2], onComplete: (FiniteDuration) ⇒ Unit): Flow[I, Out, Mat2]
INTERNAL API
INTERNAL API
Measures time from receiving the first element and completion events - one for each subscriber of this
Flow
.- Definition Classes
- TimedOps
- Annotations
- @deprecated
- Deprecated
(Since version 2.4.5) Moved to the akka/akka-stream-contrib project
-
def
timed[I, O, Mat, Mat2](source: Source[I, Mat], measuredOps: (Source[I, Mat]) ⇒ Source[O, Mat2], onComplete: (FiniteDuration) ⇒ Unit): Source[O, Mat2]
INTERNAL API
INTERNAL API
Measures time from receiving the first element and completion events - one for each subscriber of this
Flow
.- Definition Classes
- TimedOps
- Annotations
- @deprecated
- Deprecated
(Since version 2.4.5) Moved to the akka/akka-stream-contrib project
-
def
timedIntervalBetween[I, O, Mat](flow: Flow[I, O, Mat], matching: (O) ⇒ Boolean, onInterval: (FiniteDuration) ⇒ Unit): Flow[I, O, Mat]
Measures rolling interval between immediately subsequent
matching(o: O)
elements.Measures rolling interval between immediately subsequent
matching(o: O)
elements.- Definition Classes
- TimedIntervalBetweenOps
- Annotations
- @deprecated
- Deprecated
(Since version 2.4.5) Moved to the akka/akka-stream-contrib project
-
def
timedIntervalBetween[O, Mat](source: Source[O, Mat], matching: (O) ⇒ Boolean, onInterval: (FiniteDuration) ⇒ Unit): Source[O, Mat]
Measures rolling interval between immediately subsequent
matching(o: O)
elements.Measures rolling interval between immediately subsequent
matching(o: O)
elements.- Definition Classes
- TimedIntervalBetweenOps
- Annotations
- @deprecated
- Deprecated
(Since version 2.4.5) Moved to the akka/akka-stream-contrib project