Uses of Class
graphql.execution.instrumentation.parameters.InstrumentationCreateStateParameters
Packages that use InstrumentationCreateStateParameters
Package
Description
-
Uses of InstrumentationCreateStateParameters in graphql.analysis
Methods in graphql.analysis with parameters of type InstrumentationCreateStateParametersModifier and TypeMethodDescriptionMaxQueryComplexityInstrumentation.createState(InstrumentationCreateStateParameters parameters) -
Uses of InstrumentationCreateStateParameters in graphql.execution.instrumentation
Methods in graphql.execution.instrumentation with parameters of type InstrumentationCreateStateParametersModifier and TypeMethodDescriptionprivate static CompletableFuture<InstrumentationState> ChainedInstrumentation.ChainedInstrumentationState.combineAll(List<Instrumentation> instrumentations, InstrumentationCreateStateParameters parameters) @Nullable InstrumentationStateChainedInstrumentation.createState(InstrumentationCreateStateParameters parameters) default @Nullable InstrumentationStateInstrumentation.createState(InstrumentationCreateStateParameters parameters) Deprecated.@Nullable InstrumentationStateSimplePerformantInstrumentation.createState(InstrumentationCreateStateParameters parameters) @NotNull CompletableFuture<InstrumentationState> ChainedInstrumentation.createStateAsync(InstrumentationCreateStateParameters parameters) default @Nullable 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 CompletableFuture<InstrumentationState> SimplePerformantInstrumentation.createStateAsync(InstrumentationCreateStateParameters parameters) -
Uses of InstrumentationCreateStateParameters in graphql.execution.instrumentation.dataloader
Methods in graphql.execution.instrumentation.dataloader with parameters of type InstrumentationCreateStateParametersModifier and TypeMethodDescriptionDataLoaderDispatcherInstrumentation.createState(InstrumentationCreateStateParameters parameters) -
Uses of InstrumentationCreateStateParameters in graphql.execution.instrumentation.tracing
Methods in graphql.execution.instrumentation.tracing with parameters of type InstrumentationCreateStateParametersModifier and TypeMethodDescription@Nullable InstrumentationStateTracingInstrumentation.createState(InstrumentationCreateStateParameters parameters)