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