R - result typeF - failure typepublic interface ContextualResultListener<R,F extends Throwable>
ExecutionStats that describe executions so far.| Modifier and Type | Method and Description |
|---|---|
void |
onResult(R result,
F failure,
ExecutionStats stats)
Handles an execution result.
|
void onResult(R result, F failure, ExecutionStats stats)
result - The execution result, else null if the call failedfailure - The execution failure, else null if the call was successfulCopyright © 2016. All Rights Reserved.