Uses of Class
graphql.execution.instrumentation.threadpools.ExecutorInstrumentation.Action
-
Packages that use ExecutorInstrumentation.Action Package Description graphql.execution.instrumentation.threadpools -
-
Uses of ExecutorInstrumentation.Action in graphql.execution.instrumentation.threadpools
Fields in graphql.execution.instrumentation.threadpools with type parameters of type ExecutorInstrumentation.Action Modifier and Type Field Description private java.util.function.Consumer<ExecutorInstrumentation.Action>
ExecutorInstrumentation. actionObserver
private java.util.function.Consumer<ExecutorInstrumentation.Action>
ExecutorInstrumentation.Builder. actionObserver
private static java.util.function.Consumer<ExecutorInstrumentation.Action>
ExecutorInstrumentation. NOOP
Methods in graphql.execution.instrumentation.threadpools that return ExecutorInstrumentation.Action Modifier and Type Method Description static ExecutorInstrumentation.Action
ExecutorInstrumentation.Action. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ExecutorInstrumentation.Action[]
ExecutorInstrumentation.Action. values()
Returns an array containing the constants of this enum type, in the order they are declared.Method parameters in graphql.execution.instrumentation.threadpools with type arguments of type ExecutorInstrumentation.Action 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.Constructor parameters in graphql.execution.instrumentation.threadpools with type arguments of type ExecutorInstrumentation.Action Constructor Description ExecutorInstrumentation(java.util.concurrent.Executor fetchExecutor, java.util.concurrent.Executor processingExecutor, java.util.function.Consumer<ExecutorInstrumentation.Action> actionObserver)
-