SinkQueue
org.apache.pekko.stream.javadsl.SinkQueue
This trait allows to have a queue as a sink for a stream. A SinkQueue pulls data from 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