Interface InterruptibleCallable<T>
- All Superinterfaces:
Callable<T>
- All Known Implementing Classes:
ConnectorExecutorImpl.ExecuteConnectorCallable
-
Method Summary
-
Method Details
-
interrupt
void interrupt() -
isCompleted
boolean isCompleted()
-
Callable<T>ConnectorExecutorImpl.ExecuteConnectorCallable