public interface AsyncFutureListener<T>
AsyncFuture
to be notified when a result arrives.
Note: this compliments the blocking nature of the Future get
operation.AsyncFuture
Modifier and Type | Method and Description |
---|---|
void |
onResult(AsyncResult<T> result)
A callback when a result of an async invocation arrives.
|
void onResult(AsyncResult<T> result)
Copyright © GigaSpaces.