| Interface | Description |
|---|---|
| AsyncDoneCallback |
Callback for an asynchronous operation that is called on termination
|
| AsyncStoppable |
An asynchronous operation that can be stopped.
|
| StoppableCallbackCallable<V> |
A
Callable that can be stopped and offers a callback on termination. |
| Class | Description |
|---|---|
| AbstractAsyncIOCallable<V,D extends Closeable> |
The abstract class encapsulates the lifecycle and execution strategy for asynchronous IO operations
|
| AsyncStoppableTaskWithCallback<V> |
Copyright © 2014–2017 The Apache Software Foundation. All rights reserved.