Class UnaryPromiseNotifier<T>
java.lang.Object
io.netty.util.concurrent.UnaryPromiseNotifier<T>
- All Implemented Interfaces:
FutureListener<T>, GenericFutureListener<Future<T>>, EventListener
Deprecated.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
UnaryPromiseNotifier
-
-
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
-
PromiseNotifier.cascade(boolean, Future, Promise).