Uses of Interface
org.springframework.graphql.server.WebGraphQlHandler.Builder
Package
Description
Server transports handling GraphQL requests over the HTTP, WebSocket, and RSocket.
-
Uses of WebGraphQlHandler.Builder in org.springframework.graphql.server
Modifier and TypeMethodDescriptionstatic WebGraphQlHandler.Builder
WebGraphQlHandler.builder
(ExecutionGraphQlService graphQlService) Provides access to a builder to create aWebGraphQlHandler
instance.WebGraphQlHandler.Builder.interceptor
(WebGraphQlInterceptor... interceptors) Configure interceptors to be invoked before the targetGraphQlService
.WebGraphQlHandler.Builder.interceptors
(List<WebGraphQlInterceptor> interceptors) Alternative tointerceptor(WebGraphQlInterceptor...)
with a List.