SinkQueue
org.apache.pekko.stream.scaladsl.SinkQueue
This trait allows to have a queue as a sink for a stream. A SinkQueue pulls data from a stream with a backpressure mechanism.
Attributes
- Source
- Queue.scala
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
trait SinkQueueWithCancel[T]
Members list
In this article