类 ListenableFutureCallbackRegistry<T>


  • public class ListenableFutureCallbackRegistry<T>
    extends Object
    Helper class for ListenableFuture implementations that maintains a of success and failure callbacks and helps to notify them.

    Inspired by com.google.common.util.concurrent.ExecutionList.

    从以下版本开始:
    4.0
    作者:
    Arjen Poutsma, Sebastien Deleuze, Rossen Stoyanchev