Class GraphQlHttpHandler

java.lang.Object
org.springframework.graphql.server.webflux.AbstractGraphQlHttpHandler
org.springframework.graphql.server.webflux.GraphQlHttpHandler

public class GraphQlHttpHandler extends AbstractGraphQlHttpHandler
WebFlux.fn Handler for GraphQL over HTTP requests.
Since:
1.0.0
Author:
Rossen Stoyanchev, Brian Clozel
  • Constructor Details

    • GraphQlHttpHandler

      public GraphQlHttpHandler(WebGraphQlHandler graphQlHandler)
      Create a new instance.
      Parameters:
      graphQlHandler - common handler for GraphQL over HTTP requests
    • GraphQlHttpHandler

      public GraphQlHttpHandler(WebGraphQlHandler graphQlHandler, CodecConfigurer codecConfigurer)
      Create a new instance.
      Parameters:
      graphQlHandler - common handler for GraphQL over HTTP requests
      codecConfigurer - codec configurer for JSON encoding and decoding
  • Method Details