类 SettableFutureNotifier<V,F extends ListenableFuture<V>>

java.lang.Object
cn.taketoday.util.concurrent.SettableFutureNotifier<V,F>
类型参数:
V - the type of value returned by the future
F - the type of future
所有已实现的接口:
FutureListener<F>, EventListener

public class SettableFutureNotifier<V,F extends ListenableFuture<V>> extends Object implements FutureListener<F>
FutureListener implementation which takes other SettableFutures and notifies them on completion.
从以下版本开始:
4.0
作者:
Harry Yang