public final class UnaryPromiseNotifier<T> extends java.lang.Object implements FutureListener<T>
public void operationComplete(Future<T> future) throws java.lang.Exception
GenericFutureListener
Future
相关的操作已完成时调用。
operationComplete
,界面
GenericFutureListener<Future<T>>
future
- 调用此回调的源Future
java.lang.Exception
Copyright © 2008–2018 The Netty Project. All rights reserved.