DelayOverflowStrategy

org.apache.pekko.stream.DelayOverflowStrategy
See theDelayOverflowStrategy companion class

Attributes

Companion
class
Source
OverflowStrategy.scala
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Type members

Inherited types

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source
Mirror.scala

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source
Mirror.scala

Value members

Concrete methods

If the buffer is full when a new element is available this strategy backpressures the upstream publisher until space becomes available in the buffer.

If the buffer is full when a new element is available this strategy backpressures the upstream publisher until space becomes available in the buffer.

Attributes

Source
OverflowStrategy.scala

If the buffer is full when a new element arrives, drops all the buffered elements to make space for the new element.

If the buffer is full when a new element arrives, drops all the buffered elements to make space for the new element.

Attributes

Source
OverflowStrategy.scala

If the buffer is full when a new element arrives, drops the oldest element from the buffer to make space for the new element.

If the buffer is full when a new element arrives, drops the oldest element from the buffer to make space for the new element.

Attributes

Source
OverflowStrategy.scala

If the buffer is full when a new element arrives, drops the new element.

If the buffer is full when a new element arrives, drops the new element.

Attributes

Source
OverflowStrategy.scala

If the buffer is full when a new element arrives, drops the youngest element from the buffer to make space for the new element.

If the buffer is full when a new element arrives, drops the youngest element from the buffer to make space for the new element.

Attributes

Source
OverflowStrategy.scala

If the buffer is full when a new element is available this strategy send next element downstream without waiting Will backpressure if downstream is not ready.

If the buffer is full when a new element is available this strategy send next element downstream without waiting Will backpressure if downstream is not ready.

Attributes

Source
OverflowStrategy.scala

If the buffer is full when a new element is available this strategy completes the stream with failure.

If the buffer is full when a new element is available this strategy completes the stream with failure.

Attributes

Source
OverflowStrategy.scala