Class UnaryPromiseNotifier<T>

java.lang.Object
io.netty.util.concurrent.UnaryPromiseNotifier<T>
All Implemented Interfaces:
FutureListener<T>, GenericFutureListener<Future<T>>, EventListener

@Deprecated public final class UnaryPromiseNotifier<T> extends Object implements FutureListener<T>
  • Field Details

    • logger

      private static final InternalLogger logger
      Deprecated.
    • promise

      private final Promise<? super T> promise
      Deprecated.
  • Constructor Details

    • UnaryPromiseNotifier

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