public class AsyncFutureListener<V> extends Object implements IgniteInClosure<IgniteFuture<V>>
| Constructor and Description |
|---|
AsyncFutureListener(IgniteInClosure<? super IgniteFuture<V>> lsnr,
Executor exec) |
public AsyncFutureListener(IgniteInClosure<? super IgniteFuture<V>> lsnr, Executor exec)
lsnr - Listener to be called asynchronously.exec - Executor to process listener.public void apply(IgniteFuture<V> fut)
apply in interface IgniteInClosure<IgniteFuture<V>>fut - Closure argument.
Follow @ApacheIgnite
Ignite Fabric : ver. 2.2.0 Release Date : September 15 2017