Interface BlockingCancelableTask<T>

  • All Superinterfaces:
    java.util.concurrent.Callable<T>

    public interface BlockingCancelableTask<T>
    extends java.util.concurrent.Callable<T>
    Extension of Callable that supports being canceled.
    • Method Summary

      All Methods Instance Methods Default Methods 
      Modifier and Type Method Description
      default void cancel()  
      • Methods inherited from interface java.util.concurrent.Callable

        call
    • Method Detail

      • cancel

        default void cancel()