org.apache.pekko.stream.javadsl.DelayStrategy
See theDelayStrategy companion object
Allows to manage delay and can be stateful to compute delay for any sequence of elements, all elements go through nextDelay() updating state and returning delay for each element
Attributes
- Companion
- object
- Source
- DelayStrategy.scala
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
Members list
In this article