com.liferay.portal.fabric.netty.client
Class NettyFabricClient.PostShutdownChannelFutureListener
java.lang.Object
com.liferay.portal.fabric.netty.client.NettyFabricClient.PostShutdownChannelFutureListener
- All Implemented Interfaces:
- io.netty.util.concurrent.FutureListener<Object>, io.netty.util.concurrent.GenericFutureListener<io.netty.util.concurrent.Future<Object>>, EventListener
- Enclosing class:
- NettyFabricClient
protected class NettyFabricClient.PostShutdownChannelFutureListener
- extends Object
- implements io.netty.util.concurrent.FutureListener<Object>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NettyFabricClient.PostShutdownChannelFutureListener
protected NettyFabricClient.PostShutdownChannelFutureListener()
operationComplete
public void operationComplete(io.netty.util.concurrent.Future<Object> future)
- Specified by:
operationComplete in interface io.netty.util.concurrent.GenericFutureListener<io.netty.util.concurrent.Future<Object>>