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

graphql.kickstart.servlet.HttpRequestInvoker Maven / Gradle / Ivy

The newest version!
package graphql.kickstart.servlet;

import graphql.kickstart.execution.input.GraphQLInvocationInput;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;

public interface HttpRequestInvoker {

  void execute(
      GraphQLInvocationInput invocationInput,
      HttpServletRequest request,
      HttpServletResponse response,
      ListenerHandler listenerHandler);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy