Interface ExecutionService.Cancellable

  • Enclosing interface:
    ExecutionService

    public static interface ExecutionService.Cancellable
    A Cancellable represents a delayed task that is cancellable.
    • Method Detail

      • cancel

        void cancel()
        Best effort cancellation of a delayed task.