Attributes
- Companion
- class
- Source
- OverflowStrategy.scala
- Graph
-
- Supertypes
- Self type
Members list
Type members
Inherited and Abstract types
The names of the product elements
The name of the type
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