Uses of Class
org.springframework.graphql.server.webflux.AbstractGraphQlHttpHandler
Packages that use AbstractGraphQlHttpHandler
Package
Description
HTTP and WebSocket handlers for use in a Spring WebFlux application.
-
Uses of AbstractGraphQlHttpHandler in org.springframework.graphql.server.webflux
Subclasses of AbstractGraphQlHttpHandler in org.springframework.graphql.server.webfluxModifier and TypeClassDescriptionclassWebFlux.fn Handler for GraphQL over HTTP requests.classGraphQL handler that supports the GraphQL Server-Sent Events Protocol and to be exposed as a WebFlux.fn endpoint viaRouterFunctions.