public interface AsyncResult<T>
| Modifier and Type | Method and Description |
|---|---|
Exception |
getException()
In case of an async invocation failure, returns the exception causing it.
|
T |
getResult()
Returns the result of the async invocation.
|
T getResult()
null
in case of an exception. getException() should be checked for
successful execution.Exception getException()
null.Copyright © GigaSpaces.