com.liferay.portal.fabric.netty.handlers
Class NettyFabricWorkerExecutionChannelHandler.PostFabricWorkerExecutionFutureListener
java.lang.Object
com.liferay.portal.fabric.netty.handlers.NettyFabricWorkerExecutionChannelHandler.PostFabricWorkerExecutionFutureListener
- All Implemented Interfaces:
- io.netty.util.concurrent.GenericFutureListener<io.netty.util.concurrent.Future<FabricWorker<Serializable>>>, EventListener
- Enclosing class:
- NettyFabricWorkerExecutionChannelHandler
protected class NettyFabricWorkerExecutionChannelHandler.PostFabricWorkerExecutionFutureListener
- extends Object
- implements io.netty.util.concurrent.GenericFutureListener<io.netty.util.concurrent.Future<FabricWorker<Serializable>>>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NettyFabricWorkerExecutionChannelHandler.PostFabricWorkerExecutionFutureListener
public NettyFabricWorkerExecutionChannelHandler.PostFabricWorkerExecutionFutureListener(io.netty.channel.Channel channel,
NettyFabricWorkerExecutionChannelHandler.LoadedPaths loadedPaths,
NettyFabricWorkerConfig<Serializable> nettyFabricWorkerConfig)
operationComplete
public void operationComplete(io.netty.util.concurrent.Future<FabricWorker<Serializable>> future)
throws Exception
- Specified by:
operationComplete in interface io.netty.util.concurrent.GenericFutureListener<io.netty.util.concurrent.Future<FabricWorker<Serializable>>>
- Throws:
Exception