com.liferay.portal.fabric.netty.handlers
Class NettyFabricWorkerExecutionChannelHandler.PostLoadPathsFutureListener
java.lang.Object
com.liferay.portal.kernel.concurrent.BaseFutureListener<NettyFabricWorkerExecutionChannelHandler.LoadedPaths>
com.liferay.portal.fabric.netty.handlers.NettyFabricWorkerExecutionChannelHandler.PostLoadPathsFutureListener
- All Implemented Interfaces:
- FutureListener<NettyFabricWorkerExecutionChannelHandler.LoadedPaths>
- Enclosing class:
- NettyFabricWorkerExecutionChannelHandler
protected class NettyFabricWorkerExecutionChannelHandler.PostLoadPathsFutureListener
- extends BaseFutureListener<NettyFabricWorkerExecutionChannelHandler.LoadedPaths>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NettyFabricWorkerExecutionChannelHandler.PostLoadPathsFutureListener
public NettyFabricWorkerExecutionChannelHandler.PostLoadPathsFutureListener(io.netty.channel.ChannelHandlerContext channelHandlerContext,
NettyFabricWorkerConfig<Serializable> nettyFabricWorkerConfig)
completeWithException
public void completeWithException(Future<NettyFabricWorkerExecutionChannelHandler.LoadedPaths> future,
Throwable throwable)
- Overrides:
completeWithException in class BaseFutureListener<NettyFabricWorkerExecutionChannelHandler.LoadedPaths>
completeWithResult
public void completeWithResult(Future<NettyFabricWorkerExecutionChannelHandler.LoadedPaths> loadPathsFuture,
NettyFabricWorkerExecutionChannelHandler.LoadedPaths loadedPaths)
- Overrides:
completeWithResult in class BaseFutureListener<NettyFabricWorkerExecutionChannelHandler.LoadedPaths>