Uses of Class
org.springframework.graphql.server.RSocketGraphQlResponse.Builder
Packages that use RSocketGraphQlResponse.Builder
Package
Description
Server transports handling GraphQL requests over the HTTP, WebSocket, and RSocket.
-
Uses of RSocketGraphQlResponse.Builder in org.springframework.graphql.server
Subclasses with type arguments of type RSocketGraphQlResponse.Builder in org.springframework.graphql.serverModifier and TypeClassDescriptionstatic final class
Builder to transform aRSocketGraphQlResponse
.Method parameters in org.springframework.graphql.server with type arguments of type RSocketGraphQlResponse.BuilderModifier and TypeMethodDescriptionRSocketGraphQlResponse.transform
(Consumer<RSocketGraphQlResponse.Builder> consumer) Transform the underlyingExecutionResult
through aRSocketGraphQlResponse.Builder
and return a new instance with the modified values.