| AbstractGraphQLSubProtocolEvent |
A base class for events for a message received from a WebSocket client and
parsed into a higher-level GraphQL WS sub-protocol.
|
| GraphQLBrokerChannelSubscriber |
|
| GraphQLBrokerMessageHandler |
|
| GraphQLBrokerMessageHandler.SessionInfo |
|
| GraphQLBrokerSubProtocolHandler |
|
| GraphQLBrokerSubscriptionRegistry |
|
| GraphQLBrokerSubscriptionRegistry.SessionSubscriptionInfo |
Hold subscriptions for a session.
|
| GraphQLSessionConnectEvent |
Event raised when a new WebSocket client using a GraphQL Messaging Protocol
as the WebSocket sub-protocol issues a connect request.
|
| GraphQLSessionDisconnectEvent |
Event raised when the session of a WebSocket client is closed.
|
| GraphQLSessionSubscribeEvent |
Event raised when a new WebSocket client using a GraphQL Messaging Protocol
as the WebSocket sub-protocol issues a connect request.
|
| GraphQLSessionUnsubscribeEvent |
Event raised when a new WebSocket client using a GraphQL Messaging Protocol
as the WebSocket sub-protocol issues a connect request.
|
| GraphQLSubscriptionExecutor |
WebSockets specific GraphQLExecutor implementation with support to execute GraphQL subscription queries
|