| Modifier and Type | Method and Description | 
|---|---|
| protected void | AbstractEvalOpProcessor. evalOpInternal(Context context,
              Supplier<GremlinExecutor> gremlinExecutorSupplier,
              AbstractEvalOpProcessor.BindingSupplier bindingsSupplier)A generalized implementation of the "eval" operation. | 
| protected void | AbstractEvalOpProcessor. evalOpInternal(ResponseHandlerContext rhc,
              Supplier<GremlinExecutor> gremlinExecutorSupplier,
              AbstractEvalOpProcessor.BindingSupplier bindingsSupplier)A variant of  AbstractEvalOpProcessor.evalOpInternal(Context, Supplier, BindingSupplier)that is suitable for use in situations
 when multiple threads may producefinalresponse messages
 concurrently. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected Function<Context,AbstractEvalOpProcessor.BindingSupplier> | SessionOpProcessor. getBindingMaker(Session session)A useful method for those extending this class, where the means for binding construction can be supplied
 to this class. | 
| Modifier and Type | Field and Description | 
|---|---|
| protected Function<Context,AbstractEvalOpProcessor.BindingSupplier> | StandardOpProcessor. bindingMaker | 
| Modifier and Type | Method and Description | 
|---|---|
| protected Function<Context,AbstractEvalOpProcessor.BindingSupplier> | StandardOpProcessor. getBindingMaker()A useful method for those extending this class, where the means for binding construction can be supplied
 to this class. | 
Copyright © 2013–2018 Apache Software Foundation. All rights reserved.