org.apache.pekko.stream.scaladsl.DelayStrategy
See theDelayStrategy companion object
Allows to manage delay. Can be stateful to compute delay for any sequence of elements, as instances are not shared among running streams and all elements go through nextDelay(), updating state and returning delay for that element.
Attributes
- Companion
- object
- Source
- DelayStrategy.scala
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
Members list
In this article