public class Interrupter extends java.lang.Object implements java.util.concurrent.Callable<IFileProcessorFutureResult>
In the future, this may implement a common IInterrupter interface for more flexibility.
| Modifier and Type | Field and Description |
|---|---|
private static org.slf4j.Logger |
LOG |
| Constructor and Description |
|---|
Interrupter() |
| Modifier and Type | Method and Description |
|---|---|
IFileProcessorFutureResult |
call() |
public IFileProcessorFutureResult call()
call in interface java.util.concurrent.Callable<IFileProcessorFutureResult>