| 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 | 
|---|---|
| Bindings | AbstractEvalOpProcessor.BindingSupplier. get() | 
| ThrowingConsumer<Context> | AbstractEvalOpProcessor. select(Context ctx) | 
| 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 | 
|---|---|
| protected void | SessionOpProcessor. evalOp(Context context) | 
| 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 | 
|---|---|
| Optional<ThrowingConsumer<Context>> | StandardOpProcessor. selectOther(Context ctx) | 
| Modifier and Type | Method and Description | 
|---|---|
| ThrowingConsumer<Context> | TraversalOpProcessor. select(Context context) | 
Copyright © 2013–2022 Apache Software Foundation. All rights reserved.