@Deprecated public final class UnaryPromiseNotifier<T> extends Object implements FutureListener<T>
| Constructor and Description |
|---|
UnaryPromiseNotifier(Promise<? super T> promise)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static <X> void |
cascadeTo(Future<X> completedFuture,
Promise<? super X> promise)
Deprecated.
|
void |
operationComplete(Future<T> future)
Deprecated.
Invoked when the operation associated with the
Future has been completed. |
public void operationComplete(Future<T> future) throws Exception
GenericFutureListenerFuture has been completed.operationComplete in interface GenericFutureListener<Future<T>>future - the source Future which called this callbackExceptionCopyright © 2008–2025 The Netty Project. All rights reserved.