public class Dispatcher extends Object implements Closeable
| Modifier | Constructor and Description |
|---|---|
protected |
Dispatcher() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
protected <T,U> U |
dispatch(Callable<T> callable,
CallbackAsyncAdapter<T,Exception,U> callbackAdapter) |
protected <T,U> U dispatch(Callable<T> callable, CallbackAsyncAdapter<T,Exception,U> callbackAdapter)
public void close()
close in interface Closeableclose in interface AutoCloseable