Package com.gigaspaces.lrmi.nio.async
Interface IFuture<T>
- All Superinterfaces:
AsyncFuture<T>,Future<T>
- All Known Implementing Classes:
AbstractFuture,LocalCacheImplAsyncOperationsFuture,LRMIFuture,SettableFuture
An internal interface extending the
AsyncFuture. Internally
used.-
Method Summary
Methods inherited from interface com.gigaspaces.async.AsyncFuture
setListener
-
Method Details
-
setResult
The result has no type since it can be an exception or the real result
-