Uses of Interface
org.springframework.graphql.server.RSocketGraphQlInterceptor
Package
Description
Server transports handling GraphQL requests over the HTTP, WebSocket, and RSocket.
-
Uses of RSocketGraphQlInterceptor in org.springframework.graphql.server
Modifier and TypeMethodDescriptiondefault RSocketGraphQlInterceptor
RSocketGraphQlInterceptor.andThen
(RSocketGraphQlInterceptor nextInterceptor) Return a newRSocketGraphQlInterceptor
that invokes the current interceptor first and then the one that is passed in.Modifier and TypeMethodDescriptiondefault RSocketGraphQlInterceptor
RSocketGraphQlInterceptor.andThen
(RSocketGraphQlInterceptor nextInterceptor) Return a newRSocketGraphQlInterceptor
that invokes the current interceptor first and then the one that is passed in.ModifierConstructorDescriptionGraphQlRSocketHandler
(ExecutionGraphQlService graphQlService, List<RSocketGraphQlInterceptor> interceptors, Encoder<?> jsonEncoder) Create a new instance that handles requests through a chain of interceptors followed by the givenExecutionGraphQlService
.