Interface CancelChecker

    • Method Detail

      • checkCanceled

        void checkCanceled()
        Throw a CancellationException if the currently processed request has been canceled.
      • isCanceled

        default boolean isCanceled()
        Check for cancellation without throwing an exception.