Attributes
- Companion
- class
- Source
- OverflowStrategy.scala
- Graph
-
- Supertypes
- Self type
-
OverflowStrategy.type
Members list
Type members
Inherited 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 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 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
Deprecated methods
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
- Deprecated
-
Use
[[pekko.stream.javadsl.Source#queue(int,org.apache.pekko.stream.OverflowStrategy)]]instead - Source
- OverflowStrategy.scala