All Downloads are FREE. Search and download functionalities are using the official Maven repository.

graphql.execution.instrumentation.InstrumentationState Maven / Gradle / Ivy

package graphql.execution.instrumentation;

import graphql.PublicSpi;

/**
 * An {@link Instrumentation} implementation can create this as a stateful object that is then passed
 * to each instrumentation method, allowing state to be passed down with the request execution
 *
 * @see Instrumentation#createState(graphql.execution.instrumentation.parameters.InstrumentationCreateStateParameters)
 */
@PublicSpi
public interface InstrumentationState {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy