Interface NoticeableFuture<T>

All Superinterfaces:
Future<T>
All Known Implementing Classes:
DefaultNoticeableFuture, FutureClusterResponses, NoticeableFutureConverter

public interface NoticeableFuture<T> extends Future<T>
Author:
Shuyang Zhou
  • Method Details

    • addFutureListener

      boolean addFutureListener(FutureListener<T> futureListener)
    • removeFutureListener

      boolean removeFutureListener(FutureListener<T> futureListener)