Interface IFuture<T>

All Superinterfaces:
AsyncFuture<T>, Future<T>
All Known Implementing Classes:
AbstractFuture, LocalCacheImplAsyncOperationsFuture, LRMIFuture, SettableFuture

public interface IFuture<T> extends AsyncFuture<T>
An internal interface extending the AsyncFuture. Internally used.
  • Method Details

    • setResult

      void setResult(Object result)
      The result has no type since it can be an exception or the real result