public static interface QuickMethodCall.InvokeStoppedHandler
| Modifier and Type | Method and Description |
|---|---|
void |
disposeReturnValue(Object returnValue)
This is used to dispose of the returnValue (which would be a standard Java wrapped value)
if the invokeAsync() method was stopped.
|
void disposeReturnValue(Object returnValue) throws Throwable
returnValue - the value returned by the method invocation as a standard Java wrapped value.Throwable - - any exception thrown by this method is ignored.