Uses of Class
org.springframework.graphql.server.RSocketGraphQlResponse
Packages that use RSocketGraphQlResponse
Package
Description
Server transports handling GraphQL requests over the HTTP, WebSocket, and RSocket.
-
Uses of RSocketGraphQlResponse in org.springframework.graphql.server
Subclasses with type arguments of type RSocketGraphQlResponse in org.springframework.graphql.serverModifier and TypeClassDescriptionstatic final class
Builder to transform aRSocketGraphQlResponse
.Methods in org.springframework.graphql.server that return RSocketGraphQlResponseModifier 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.Methods in org.springframework.graphql.server that return types with arguments of type RSocketGraphQlResponseModifier 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.Methods in org.springframework.graphql.server with parameters of type RSocketGraphQlResponseModifier and TypeMethodDescriptionprotected RSocketGraphQlResponse
RSocketGraphQlResponse.Builder.build
(RSocketGraphQlResponse original, ExecutionResult newResult)