Interface InterruptibleCallable<T>

All Superinterfaces:
Callable<T>
All Known Implementing Classes:
ConnectorExecutorImpl.ExecuteConnectorCallable

public interface InterruptibleCallable<T> extends Callable<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    boolean
     

    Methods inherited from interface java.util.concurrent.Callable

    call
  • Method Details

    • interrupt

      void interrupt()
    • isCompleted

      boolean isCompleted()