@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, channelRead
channelActive, channelInactive, channelReadComplete, channelRegistered, channelUnregistered, channelWritabilityChanged, exceptionCaught, userEventTriggered
ensureNotSharable, handlerAdded, handlerRemoved, isSharable
public 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>>>
Exception
Copyright © 2013–2022 Apache Software Foundation. All rights reserved.