Uses of Class
org.springframework.graphql.server.webmvc.GraphQlSseHandler.Builder
Packages that use GraphQlSseHandler.Builder
Package
Description
HTTP and WebSocket handlers for use in a Spring WebMvc application.
-
Uses of GraphQlSseHandler.Builder in org.springframework.graphql.server.webmvc
Methods in org.springframework.graphql.server.webmvc that return GraphQlSseHandler.BuilderModifier and TypeMethodDescriptionstatic GraphQlSseHandler.BuilderGraphQlSseHandler.builder(WebGraphQlHandler graphQlHandler) Return a builder to create aGraphQlSseHandler, e.g.GraphQlSseHandler.Builder.httpMethods(HttpMethod... httpMethods) Set the HTTP methods that the handler should support.GraphQlSseHandler.Builder.keepAliveDuration(@Nullable Duration keepAliveDuration) Set a keep-alive duration that determines how frequently to send heartbeats during periods of inactivity.Set a timeout to use for SSE subscriptions.