Package io.micronaut.configuration.graphql.ws
@Configuration
@RequiresGraphQLWs
package io.micronaut.configuration.graphql.ws
Micronaut GraphQL web socket integration.
- Since:
- 1.0
- Author:
- Gerard Klijs
-
ClassDescriptionConfiguration properties for using a web socket with GraphQL.The GraphQL websocket controller handling GraphQL requests.Used to send keep alive messages to the active sessions at a regular interval.Handles the messages send over the websocket.Class to handle the message to and from the websocket.Types of messages received from the client.Class to handle the message to and from the websocket.Types of messages send to the client.Sends the GraphQL response(s) to the client.Meta annotation for GraphQL web socket requirements.