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 InstrumentationStateMaxQueryComplexityInstrumentation. 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 InstrumentationStateChainedInstrumentation. createState(InstrumentationCreateStateParameters parameters)default @Nullable InstrumentationStateInstrumentation. createState(InstrumentationCreateStateParameters parameters)Deprecated.@Nullable InstrumentationStateSimplePerformantInstrumentation. 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 InstrumentationStateDataLoaderDispatcherInstrumentation. 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 InstrumentationStateTracingInstrumentation. createState(InstrumentationCreateStateParameters parameters)
-