See: Description
Interface | Description |
---|---|
RSocketGraphQlInterceptor |
Interceptor for server handling of GraphQL over RSocket requests,
allowing customization of the
ExecutionInput and
the ExecutionResult . |
RSocketGraphQlInterceptor.Chain |
Contract for delegation to the rest of the chain.
|
WebGraphQlHandler |
Contract for common handling of a GraphQL request over HTTP or WebSocket,
for use with Spring MVC or Spring WebFlux.
|
WebGraphQlHandler.Builder |
Builder for a
WebGraphQlHandler that executes a
WebGraphQlInterceptor chain followed by a
ExecutionGraphQlService . |
WebGraphQlInterceptor |
Interceptor for server handling of GraphQL over HTTP or WebSocket requests,
providing access to info about the underlying HTTP request or WebSocket
handshake, and allowing customization of the
ExecutionInput and
the ExecutionResult . |
WebGraphQlInterceptor.Chain |
Contract for delegation to the rest of the chain.
|
WebSocketGraphQlInterceptor |
An extension of
WebGraphQlInterceptor with additional methods
to handle the start and end of a WebSocket connection. |
WebSocketSessionInfo |
Expose information about the underlying WebSocketSession including the
session id, the attributes, and HTTP handshake request.
|
Class | Description |
---|---|
GraphQlRSocketHandler |
Handler for GraphQL over RSocket requests.
|
RSocketGraphQlRequest |
GraphQlRequest implementation for server
handling over RSocket. |
RSocketGraphQlResponse |
GraphQlResponse implementation for server
handling over RSocket. |
RSocketGraphQlResponse.Builder |
Builder to transform a
RSocketGraphQlResponse . |
WebGraphQlRequest |
GraphQlRequest implementation for server
handling over HTTP or WebSocket. |
WebGraphQlResponse |
GraphQlResponse implementation for server
handling over HTTP or over WebSocket. |
WebGraphQlResponse.Builder |
Builder to transform a
WebGraphQlResponse . |
WebSocketGraphQlRequest |
WebGraphQlRequest extension for
server handling of GraphQL over WebSocket requests. |