| 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 | 
|---|---|
| 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(RequestMessage requestMessage)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> | ControlOpProcessor. select(Context ctx)Deprecated.  | 
| Modifier and Type | Method and Description | 
|---|---|
| ThrowingConsumer<Context> | SessionOpProcessor. getEvalOp() | 
| Modifier and Type | Method and Description | 
|---|---|
| Optional<ThrowingConsumer<Context>> | SessionOpProcessor. selectOther(RequestMessage requestMessage)Session based requests accept 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(RequestMessage requestMessage) | 
| Modifier and Type | Method and Description | 
|---|---|
| ThrowingConsumer<Context> | TraversalOpProcessor. select(Context ctx) | 
| Modifier and Type | Method and Description | 
|---|---|
| static <T> Consumer<T> | FunctionUtils. wrapConsumer(ThrowingConsumer<T> consumerThatThrows) | 
Copyright © 2013–2018 Apache Software Foundation. All rights reserved.