Interface SinkQueueWithCancel<T>

  • All Superinterfaces:
    SinkQueue<T>

    public interface SinkQueueWithCancel<T>
    extends SinkQueue<T>
    Cancel the stream. This method returns right away without waiting for actual finalizing stream.
    • Method Detail

      • cancel

        void cancel()
        Cancel the stream. This method returns right away without waiting for actual finalizing stream.