Uses of Class
org.springframework.graphql.server.RSocketGraphQlResponse
Package
Description
Server transports handling GraphQL requests over the HTTP, WebSocket, and RSocket.
-
Uses of RSocketGraphQlResponse in org.springframework.graphql.server
Modifier and TypeMethodDescriptionprotected RSocketGraphQlResponse
RSocketGraphQlResponse.Builder.build
(RSocketGraphQlResponse original, ExecutionResult newResult) RSocketGraphQlResponse.transform
(Consumer<RSocketGraphQlResponse.Builder> consumer) Transform the underlyingExecutionResult
through aRSocketGraphQlResponse.Builder
and return a new instance with the modified values.Modifier and TypeMethodDescriptionreactor.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
.reactor.core.publisher.Mono<RSocketGraphQlResponse>
RSocketGraphQlInterceptor.Chain.next
(RSocketGraphQlRequest request) Delegate to the rest of the chain to execute the request.Modifier and TypeMethodDescriptionprotected RSocketGraphQlResponse
RSocketGraphQlResponse.Builder.build
(RSocketGraphQlResponse original, ExecutionResult newResult)