DelayOverflowStrategy

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 Serializable
class Object
trait Matchable
class Any
Known subtypes
In this article