Uses of Enum
graphql.execution.instrumentation.threadpools.ExecutorInstrumentation.Action
Packages that use ExecutorInstrumentation.Action
-
Uses of ExecutorInstrumentation.Action in graphql.execution.instrumentation.threadpools
Fields in graphql.execution.instrumentation.threadpools with type parameters of type ExecutorInstrumentation.ActionModifier and TypeFieldDescriptionprivate final Consumer<ExecutorInstrumentation.Action> ExecutorInstrumentation.actionObserverprivate Consumer<ExecutorInstrumentation.Action> ExecutorInstrumentation.Builder.actionObserverprivate static final Consumer<ExecutorInstrumentation.Action> ExecutorInstrumentation.NOOPMethods in graphql.execution.instrumentation.threadpools that return ExecutorInstrumentation.ActionModifier and TypeMethodDescriptionReturns 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.ActionModifier 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.Constructor parameters in graphql.execution.instrumentation.threadpools with type arguments of type ExecutorInstrumentation.ActionModifierConstructorDescriptionprivateExecutorInstrumentation(Executor fetchExecutor, Executor processingExecutor, Consumer<ExecutorInstrumentation.Action> actionObserver)