public final class UnaryPromiseNotifier<T> extends Object implements FutureListener<T>
| Constructor and Description |
|---|
UnaryPromiseNotifier(Promise<? super T> promise) |
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–2016 The Netty Project. All rights reserved.