Class Future

java.lang.Object
com.cumulocity.sdk.client.buffering.Future

public class Future extends Object
  • Constructor Details

    • Future

      public Future()
  • Method Details

    • get

      public Object get() throws SDKException
      Waits for the response to complete
      Returns:
      the response
      Throws:
      SDKException - when exception occur during waiting for the response
    • setResponse

      public void setResponse(Result result)