org.apache.pekko.stream.DelayOverflowStrategy
See theDelayOverflowStrategy companion object
@DoNotInherit
sealed abstract class DelayOverflowStrategy extends Serializable
Represents a strategy that decides how to deal with a buffer of time based operator that is full but is about to receive a new element.
Attributes
- Companion
- object
- Source
- OverflowStrategy.scala
- Graph
-
- Supertypes
-
trait Serializableclass Objecttrait Matchableclass Any
- Known subtypes
-
class OverflowStrategy
In this article