Uses of Class
graphql.execution.instrumentation.threadpools.ExecutorInstrumentation.Builder
-
Packages that use ExecutorInstrumentation.Builder Package Description graphql.execution.instrumentation.threadpools -
-
Uses of ExecutorInstrumentation.Builder in graphql.execution.instrumentation.threadpools
Methods in graphql.execution.instrumentation.threadpools that return ExecutorInstrumentation.Builder Modifier and Type Method Description ExecutorInstrumentation.BuilderExecutorInstrumentation.Builder. actionObserver(java.util.function.Consumer<ExecutorInstrumentation.Action> actionObserver)This is really intended for testing but this consumer will be called during stages to indicate what is happening.ExecutorInstrumentation.BuilderExecutorInstrumentation.Builder. fetchExecutor(java.util.concurrent.Executor fetchExecutor)static ExecutorInstrumentation.BuilderExecutorInstrumentation. newThreadPoolExecutionInstrumentation()ExecutorInstrumentation.BuilderExecutorInstrumentation.Builder. processingExecutor(java.util.concurrent.Executor processingExecutor)
-