Uses of Class
graphql.execution.instrumentation.parameters.InstrumentationCreateStateParameters
-
-
Uses of InstrumentationCreateStateParameters in graphql.analysis
Methods in graphql.analysis with parameters of type InstrumentationCreateStateParameters Modifier and Type Method Description InstrumentationState
MaxQueryComplexityInstrumentation. createState(InstrumentationCreateStateParameters parameters)
-
Uses of InstrumentationCreateStateParameters in graphql.execution.instrumentation
Methods in graphql.execution.instrumentation with parameters of type InstrumentationCreateStateParameters Modifier and Type Method Description private static java.util.concurrent.CompletableFuture<InstrumentationState>
ChainedInstrumentation.ChainedInstrumentationState. combineAll(java.util.List<Instrumentation> instrumentations, InstrumentationCreateStateParameters parameters)
@Nullable InstrumentationState
ChainedInstrumentation. createState(InstrumentationCreateStateParameters parameters)
default @Nullable InstrumentationState
Instrumentation. createState(InstrumentationCreateStateParameters parameters)
Deprecated.@Nullable InstrumentationState
SimplePerformantInstrumentation. createState(InstrumentationCreateStateParameters parameters)
@NotNull java.util.concurrent.CompletableFuture<InstrumentationState>
ChainedInstrumentation. createStateAsync(InstrumentationCreateStateParameters parameters)
default @Nullable java.util.concurrent.CompletableFuture<InstrumentationState>
Instrumentation. createStateAsync(InstrumentationCreateStateParameters parameters)
This will be called just before execution to create an object, in an asynchronous manner, that is given back to all instrumentation methods to allow them to have per execution request state@Nullable java.util.concurrent.CompletableFuture<InstrumentationState>
SimplePerformantInstrumentation. createStateAsync(InstrumentationCreateStateParameters parameters)
-
Uses of InstrumentationCreateStateParameters in graphql.execution.instrumentation.dataloader
Methods in graphql.execution.instrumentation.dataloader with parameters of type InstrumentationCreateStateParameters Modifier and Type Method Description InstrumentationState
DataLoaderDispatcherInstrumentation. createState(InstrumentationCreateStateParameters parameters)
-
Uses of InstrumentationCreateStateParameters in graphql.execution.instrumentation.tracing
Methods in graphql.execution.instrumentation.tracing with parameters of type InstrumentationCreateStateParameters Modifier and Type Method Description @Nullable InstrumentationState
TracingInstrumentation. createState(InstrumentationCreateStateParameters parameters)
-