Uses of Interface
org.springframework.graphql.server.WebGraphQlInterceptor.Chain
Packages that use WebGraphQlInterceptor.Chain
Package
Description
Server transports handling GraphQL requests over the HTTP, WebSocket, and RSocket.
Support classes for Web transports.
-
Uses of WebGraphQlInterceptor.Chain in org.springframework.graphql.server
Methods in org.springframework.graphql.server that return WebGraphQlInterceptor.ChainModifier and TypeMethodDescriptiondefault WebGraphQlInterceptor.Chain
WebGraphQlInterceptor.apply
(WebGraphQlInterceptor.Chain chain) Apply this interceptor to the givenChain
resulting in an intercepted chain.Methods in org.springframework.graphql.server with parameters of type WebGraphQlInterceptor.ChainModifier and TypeMethodDescriptiondefault WebGraphQlInterceptor.Chain
WebGraphQlInterceptor.apply
(WebGraphQlInterceptor.Chain chain) Apply this interceptor to the givenChain
resulting in an intercepted chain.reactor.core.publisher.Mono<WebGraphQlResponse>
WebGraphQlInterceptor.intercept
(WebGraphQlRequest request, WebGraphQlInterceptor.Chain chain) Intercept a request and delegate to the rest of the chain including other interceptors and aExecutionGraphQlService
.default reactor.core.publisher.Mono<WebGraphQlResponse>
WebSocketGraphQlInterceptor.intercept
(WebGraphQlRequest request, WebGraphQlInterceptor.Chain chain) -
Uses of WebGraphQlInterceptor.Chain in org.springframework.graphql.server.support
Methods in org.springframework.graphql.server.support with parameters of type WebGraphQlInterceptor.ChainModifier and TypeMethodDescriptionreactor.core.publisher.Mono<WebGraphQlResponse>
AbstractAuthenticationWebSocketInterceptor.intercept
(WebGraphQlRequest request, WebGraphQlInterceptor.Chain chain)