Uses of Interface
org.springframework.graphql.server.RSocketGraphQlInterceptor.Chain
Package
Description
Server transports handling GraphQL requests over the HTTP, WebSocket, and RSocket.
-
Uses of RSocketGraphQlInterceptor.Chain in org.springframework.graphql.server
Modifier and TypeMethodDescriptiondefault RSocketGraphQlInterceptor.Chain
RSocketGraphQlInterceptor.apply
(RSocketGraphQlInterceptor.Chain chain) Apply this interceptor to the givenChain
resulting in an intercepted chain.Modifier 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
.