R - result typeF - failure typepublic interface ContextualResultListener<R,F extends Throwable>
ExecutionContext that describe executions so far.| Modifier and Type | Method and Description |
|---|---|
void |
onResult(R result,
F failure,
ExecutionContext context)
Handles an execution result.
|
void onResult(R result, F failure, ExecutionContext context) throws Exception
result - The execution result, else null if the call failedfailure - The execution failure, else null if the call was successfulExceptionCopyright © 2018. All rights reserved.