| Modifier and Type | Method and Description | 
|---|---|
| ThrowingConsumer<Context> | OpProcessor. select(Context ctx)Given the context (which contains the RequestMessage), return back a Consumer function that will be
 executed with the context. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | OpExecutorHandler. channelRead0(io.netty.channel.ChannelHandlerContext ctx,
            org.javatuples.Pair<RequestMessage,ThrowingConsumer<Context>> objects) | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract ThrowingConsumer<Context> | AbstractEvalOpProcessor. getEvalOp()Provides an operation for evaluating a Gremlin script. | 
| ThrowingConsumer<Context> | AbstractEvalOpProcessor. select(Context ctx) | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract Optional<ThrowingConsumer<Context>> | AbstractEvalOpProcessor. selectOther(Context ctx)A sub-class may have additional "ops" that it will service. | 
| protected Optional<ThrowingConsumer<Context>> | AbstractEvalOpProcessor. validateEvalMessage(RequestMessage message) | 
| Modifier and Type | Method and Description | 
|---|---|
| ThrowingConsumer<Context> | SessionOpProcessor. getEvalOp() | 
| Modifier and Type | Method and Description | 
|---|---|
| Optional<ThrowingConsumer<Context>> | SessionOpProcessor. selectOther(Context ctx)Older versions of session-based requests accepted a "close" operator in addition to "eval". | 
| protected Optional<ThrowingConsumer<Context>> | SessionOpProcessor. validateEvalMessage(RequestMessage message) | 
| Modifier and Type | Method and Description | 
|---|---|
| ThrowingConsumer<Context> | StandardOpProcessor. getEvalOp() | 
| Modifier and Type | Method and Description | 
|---|---|
| Optional<ThrowingConsumer<Context>> | StandardOpProcessor. selectOther(Context ctx) | 
| Modifier and Type | Method and Description | 
|---|---|
| ThrowingConsumer<Context> | TraversalOpProcessor. select(Context context) | 
| Modifier and Type | Method and Description | 
|---|---|
| static <T> Consumer<T> | FunctionUtils. wrapConsumer(ThrowingConsumer<T> consumerThatThrows) | 
Copyright © 2013–2022 Apache Software Foundation. All rights reserved.