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.Builder
ExecutorInstrumentation.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.Builder
ExecutorInstrumentation.Builder. fetchExecutor(java.util.concurrent.Executor fetchExecutor)
static ExecutorInstrumentation.Builder
ExecutorInstrumentation. newThreadPoolExecutionInstrumentation()
ExecutorInstrumentation.Builder
ExecutorInstrumentation.Builder. processingExecutor(java.util.concurrent.Executor processingExecutor)
-