@Configuration @RequiresGraphQLWs
Package io.micronaut.configuration.graphql.ws
Micronaut GraphQL web socket integration.
- Since:
- 1.0
-
Class Summary 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 Summary Enum Description GraphQLWsRequest.ClientType Types of messages received from the client.GraphQLWsResponse.ServerType Types of messages send to the client. -
Annotation Types Summary Annotation Type Description RequiresGraphQLWs Meta annotation for GraphQL web socket requirements.