@ChannelHandler.Sharable public class OpExecutorHandler extends io.netty.channel.SimpleChannelInboundHandler<org.javatuples.Pair<RequestMessage,ThrowingConsumer<Context>>>
| Constructor and Description | 
|---|
| OpExecutorHandler(Settings settings,
                 GraphManager graphManager,
                 GremlinExecutor gremlinExecutor,
                 ScheduledExecutorService scheduledExecutorService) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | channelRead0(io.netty.channel.ChannelHandlerContext ctx,
            org.javatuples.Pair<RequestMessage,ThrowingConsumer<Context>> objects) | 
acceptInboundMessage, channelReadchannelActive, channelInactive, channelReadComplete, channelRegistered, channelUnregistered, channelWritabilityChanged, exceptionCaught, userEventTriggeredensureNotSharable, handlerAdded, handlerRemoved, isSharablepublic OpExecutorHandler(Settings settings, GraphManager graphManager, GremlinExecutor gremlinExecutor, ScheduledExecutorService scheduledExecutorService)
protected void channelRead0(io.netty.channel.ChannelHandlerContext ctx,
                            org.javatuples.Pair<RequestMessage,ThrowingConsumer<Context>> objects)
                     throws Exception
channelRead0 in class io.netty.channel.SimpleChannelInboundHandler<org.javatuples.Pair<RequestMessage,ThrowingConsumer<Context>>>ExceptionCopyright © 2013–2022 Apache Software Foundation. All rights reserved.