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.serverMethod parameters in org.springframework.graphql.server with type arguments of type RSocketGraphQlResponse.BuilderModifier and TypeMethodDescriptionRSocketGraphQlResponse.transform(Consumer<RSocketGraphQlResponse.Builder> consumer) Transform the underlyingExecutionResultthrough aRSocketGraphQlResponse.Builderand return a new instance with the modified values.