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:GenericFutureListener
Invoked when the operation associated with theFuture
has been completed.- Specified by:
operationComplete
in interfaceGenericFutureListener<T>
- Parameters:
future
- the sourceFuture
which called this callback- Throws:
Exception
-
cascadeTo
Deprecated.
-
PromiseNotifier.cascade(boolean, Future, Promise)
.