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