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

com.networknt.graphql.router.GraphqlCustomHandler Maven / Gradle / Ivy

The newest version!
package com.networknt.graphql.router;

import graphql.ExecutionResult;
import io.undertow.server.HttpServerExchange;

public interface GraphqlCustomHandler {
    void handleResponse(HttpServerExchange exchange, ExecutionResult result);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy