public interface AsyncResult<V>
AsyncResource to be able to handle both the success and error case
in a single method.| Modifier and Type | Method and Description |
|---|---|
void |
onReady(V value,
Throwable error)
Called when an AsyncResource completes.
|