Uses of Class
org.springframework.graphql.server.webmvc.AbstractGraphQlHttpHandler
Packages that use AbstractGraphQlHttpHandler
Package
Description
HTTP and WebSocket handlers for use in a Spring WebMvc application.
-
Uses of AbstractGraphQlHttpHandler in org.springframework.graphql.server.webmvc
Subclasses of AbstractGraphQlHttpHandler in org.springframework.graphql.server.webmvcModifier and TypeClassDescriptionclassGraphQL handler to expose as a WebMvc functional endpoint viaRouterFunctions.classGraphQL handler that supports the GraphQL Server-Sent Events Protocol and to be exposed as a WebMvc functional endpoint viaRouterFunctions.