Class UnaryPromiseNotifier<T>

    • Constructor Detail

      • UnaryPromiseNotifier

        public UnaryPromiseNotifier​(Promise<? super T> promise)
        Deprecated.
    • Method Detail

      • operationComplete

        public void operationComplete​(Future<T> future)
                               throws java.lang.Exception
        Deprecated.
        Description copied from interface: GenericFutureListener
        Invoked when the operation associated with the Future has been completed.
        Specified by:
        operationComplete in interface GenericFutureListener<T>
        Parameters:
        future - the source Future which called this callback
        Throws:
        java.lang.Exception
      • cascadeTo

        public static <X> void cascadeTo​(Future<X> completedFuture,
                                         Promise<? super X> promise)
        Deprecated.