T - future return typepublic interface Future<T>
getResult() once the computation has completed.
getResult() is blocking, until the result is ready.
| Modifier and Type | Method and Description |
|---|---|
T |
getResult()
Retrieves the result of the request.
|
boolean |
isFinished()
Returns true if result is available.
|
T getResult() throws KSIException
KSIException - when KSI service returns an error or does not work as expected.boolean isFinished()
Copyright © 2024 Guardtime. All rights reserved.