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