java.lang.Object
convex.api.Acquiror
Utility class for acquiring data remotely
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Acquiror
create
(Hash hash, AStore store, ConvexRemote source) <T extends ACell>
CompletableFuture<T> Gets a future for the result of a virtual task attempting to acquire data from a remote source.
-
Constructor Details
-
Acquiror
-
-
Method Details
-
create
-
getFuture
Gets a future for the result of a virtual task attempting to acquire data from a remote source.- Type Parameters:
T
- Type of data acquired- Returns:
- Future for the acquired data value
-