Uses of Class
graphql.execution.instrumentation.threadpools.ExecutorInstrumentation.Builder
Packages that use ExecutorInstrumentation.Builder
-
Uses of ExecutorInstrumentation.Builder in graphql.execution.instrumentation.threadpools
Methods in graphql.execution.instrumentation.threadpools that return ExecutorInstrumentation.BuilderModifier and TypeMethodDescriptionExecutorInstrumentation.Builder.actionObserver
(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.fetchExecutor
(Executor fetchExecutor) ExecutorInstrumentation.newThreadPoolExecutionInstrumentation()
ExecutorInstrumentation.Builder.processingExecutor
(Executor processingExecutor)