protected class NettyFabricWorkerExecutionChannelHandler.PostLoadPathsFutureListener extends com.liferay.portal.kernel.concurrent.BaseFutureListener<NettyFabricWorkerExecutionChannelHandler.LoadedPaths>
| Constructor and Description |
|---|
NettyFabricWorkerExecutionChannelHandler.PostLoadPathsFutureListener(io.netty.channel.ChannelHandlerContext channelHandlerContext,
NettyFabricWorkerConfig<Serializable> nettyFabricWorkerConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
completeWithException(Future<NettyFabricWorkerExecutionChannelHandler.LoadedPaths> future,
Throwable throwable) |
void |
completeWithResult(Future<NettyFabricWorkerExecutionChannelHandler.LoadedPaths> loadPathsFuture,
NettyFabricWorkerExecutionChannelHandler.LoadedPaths loadedPaths) |
public NettyFabricWorkerExecutionChannelHandler.PostLoadPathsFutureListener(io.netty.channel.ChannelHandlerContext channelHandlerContext,
NettyFabricWorkerConfig<Serializable> nettyFabricWorkerConfig)
public void completeWithException(Future<NettyFabricWorkerExecutionChannelHandler.LoadedPaths> future, Throwable throwable)
completeWithException in class com.liferay.portal.kernel.concurrent.BaseFutureListener<NettyFabricWorkerExecutionChannelHandler.LoadedPaths>public void completeWithResult(Future<NettyFabricWorkerExecutionChannelHandler.LoadedPaths> loadPathsFuture, NettyFabricWorkerExecutionChannelHandler.LoadedPaths loadedPaths)
completeWithResult in class com.liferay.portal.kernel.concurrent.BaseFutureListener<NettyFabricWorkerExecutionChannelHandler.LoadedPaths>