Package io.netty.util.concurrent
Class UnaryPromiseNotifier<T>
java.lang.Object
io.netty.util.concurrent.UnaryPromiseNotifier<T>
- All Implemented Interfaces:
FutureListener<T>,GenericFutureListener<Future<T>>,EventListener
Deprecated.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
logger
Deprecated. -
promise
Deprecated.
-
-
Constructor Details
-
UnaryPromiseNotifier
Deprecated.
-
-
Method Details
-
operationComplete
Deprecated.Description copied from interface:GenericFutureListenerInvoked when the operation associated with theFuturehas been completed.- Specified by:
operationCompletein interfaceGenericFutureListener<T>- Parameters:
future- the sourceFuturewhich called this callback- Throws:
Exception
-
cascadeTo
Deprecated.
-
PromiseNotifier.cascade(boolean, Future, Promise).