Uses of Interface
org.springframework.graphql.server.WebGraphQlInterceptor.Chain
Package
Description
Support for GraphQL
observability
.Server transports handling GraphQL requests over the HTTP, WebSocket, and RSocket.
-
Uses of WebGraphQlInterceptor.Chain in org.springframework.graphql.observation
Modifier and TypeMethodDescriptionreactor.core.publisher.Mono<WebGraphQlResponse>
PropagationWebGraphQlInterceptor.intercept
(WebGraphQlRequest request, WebGraphQlInterceptor.Chain chain) -
Uses of WebGraphQlInterceptor.Chain in org.springframework.graphql.server
Modifier and TypeMethodDescriptiondefault WebGraphQlInterceptor.Chain
WebGraphQlInterceptor.apply
(WebGraphQlInterceptor.Chain chain) Apply this interceptor to the givenChain
resulting in an intercepted chain.Modifier 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)