Package org.springframework.graphql.server.webflux
@NonNullApi
@NonNullFields
package org.springframework.graphql.server.webflux
HTTP and WebSocket handlers for use in a Spring WebFlux application.
-
ClassDescriptionAbstract base class for GraphQL over HTTP handlers.Extension of
AbstractAuthenticationWebSocketInterceptor
for use with the WebFlux GraphQL transport.Spring WebFlux handler to serve a GraphiQl UI page.WebFlux.fn Handler for GraphQL over HTTP requests.RequestPredicate
implementations tailored for GraphQL reactive endpoints.GraphQL handler that supports the GraphQL Server-Sent Events Protocol and to be exposed as a WebFlux.fn endpoint viaRouterFunctions
.WebSocketHandler for GraphQL based on GraphQL Over WebSocket Protocol and for use in a Spring WebFlux application.Spring WebFlux functional handler that renders theGraphQLSchema
printed viaSchemaPrinter
.