Package software.amazon.jsii
Class JsiiPromise
java.lang.Object
software.amazon.jsii.JsiiPromise
Represents a promise to a result of an async method execution.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
JsiiPromise
Creates a promise.- Parameters:
promiseId- The ID of the promise.
-
-
Method Details
-
getPromiseId
- Returns:
- The ID of the promise.
-