Uses of Class
org.activiti.cloud.services.notifications.graphql.ws.transport.AbstractGraphQLSubProtocolEvent
-
Packages that use AbstractGraphQLSubProtocolEvent Package Description org.activiti.cloud.services.notifications.graphql.ws.transport -
-
Uses of AbstractGraphQLSubProtocolEvent in org.activiti.cloud.services.notifications.graphql.ws.transport
Subclasses of AbstractGraphQLSubProtocolEvent in org.activiti.cloud.services.notifications.graphql.ws.transport Modifier and Type Class Description classGraphQLSessionConnectEventEvent raised when a new WebSocket client using a GraphQL Messaging Protocol as the WebSocket sub-protocol issues a connect request.classGraphQLSessionDisconnectEventEvent raised when the session of a WebSocket client is closed.classGraphQLSessionSubscribeEventEvent raised when a new WebSocket client using a GraphQL Messaging Protocol as the WebSocket sub-protocol issues a connect request.classGraphQLSessionUnsubscribeEventEvent raised when a new WebSocket client using a GraphQL Messaging Protocol as the WebSocket sub-protocol issues a connect request.
-