Package org.apache.pekko.stream.scaladsl
Interface SinkQueueWithCancel<T>
- All Superinterfaces:
SinkQueue<T>
This trait adds cancel support to
SinkQueue.-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic class -
Method Summary
-
Method Details
-
cancel
void cancel()Cancels the stream. This method returns right away without waiting for actual finalizing the stream.
-