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

com.networknt.graphql.common.InstrumentationProvider Maven / Gradle / Ivy

There is a newer version: 2.1.38
Show newest version
package com.networknt.graphql.common;


import graphql.execution.instrumentation.Instrumentation;

/**
 * @author Nicholas Azar
 * Created on April 9, 2018
 */
public interface InstrumentationProvider {
    Instrumentation getGraphqlInstrumentation();
    Instrumentation getGraphqlSubscriptionInstrumentation();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy