Module convex.peer
Package convex.api

Class Acquiror

java.lang.Object
convex.api.Acquiror

public class Acquiror extends Object
Utility class for acquiring data remotely
  • Constructor Details

  • Method Details

    • create

      public static Acquiror create(Hash hash, AStore store, ConvexRemote source)
    • getFuture

      public <T extends ACell> CompletableFuture<T> 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