Package org.apache.pekko.stream.javadsl
Interface SinkQueueWithCancel<T>
- All Superinterfaces:
SinkQueue<T>
This trait adds cancel support to
SinkQueue.-
Method Summary
-
Method Details
-
cancel
void cancel()Cancels the stream. This method returns right away without waiting for actual finalizing the stream.
-