Class Future


  • public class Future
    extends Object
    • Constructor Detail

      • Future

        public Future()
    • Method Detail

      • 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)