Namespace HotChocolate.AspNetCore.Subscriptions
Classes
- OperationManager
The operation manager provides access to registered running operation within a socket session. The operation manager ensures that operation are correctly tracked and cleaned up after they have been completed.
Interfaces
- IOperationManager
The operation manager provides access to registered running operation within a socket session. The operation manager ensures that operation are correctly tracked and cleaned up after they have been completed.
- IOperationSession
Represents a session with an execution engine subscription. A subscription session is created within a ISocketSession. Each socket session can have multiple subscription sessions open.
- ISocketConnection
The socket connection represent an accepted connection with a socket where the protocol is already negotiated.
- ISocketSession
Represents a GraphQL server socket session.