@Configuration @RequiresGraphQLWs
See: Description
| Class | Description |
|---|---|
| GraphQLWsConfiguration |
Configuration properties for using a web socket with GraphQL.
|
| GraphQLWsController |
The GraphQL websocket controller handling GraphQL requests.
|
| GraphQLWsKeepAlive |
Used to send keep alive messages to the active sessions at a regular interval.
|
| GraphQLWsMessageHandler |
Handles the messages send over the websocket.
|
| GraphQLWsRequest |
Class to handle the message to and from the websocket.
|
| GraphQLWsResponse |
Class to handle the message to and from the websocket.
|
| GraphQLWsSender |
Sends the GraphQL response(s) to the client.
|
| Enum | Description |
|---|---|
| GraphQLWsRequest.ClientType |
Types of messages received from the client.
|
| GraphQLWsResponse.ServerType |
Types of messages send to the client.
|
| Annotation Type | Description |
|---|---|
| RequiresGraphQLWs |
Meta annotation for GraphQL web socket requirements.
|