Class Future
java.lang.Object
com.cumulocity.sdk.client.buffering.Future
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionget()
Waits for the response to completevoid
setResponse
(Result result)
-
Constructor Details
-
Future
public Future()
-
-
Method Details
-
get
Waits for the response to complete- Returns:
- the response
- Throws:
SDKException
- when exception occur during waiting for the response
-
setResponse
-