Package akka.stream.scaladsl
Interface SinkQueueWithCancel<T>
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
SinkQueueWithCancel.QueueOps<T>
static class
SinkQueueWithCancel.QueueOps$
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
cancel()
Cancels the stream.
-