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