Table of Contents

Class Topics

Namespace
Virtufin.WebSocketManager.Configuration
Assembly
Virtufin.WebSocketManager.dll

Pubsub topics published by the WebSocketManager. Topic naming follows the lane + scenario scheme in virtufin-openspec/openspec/specs/pubsub-topics/spec.md. This file is the source of truth for any service that needs to consume websocketmanager.* events.

public static class Topics
Inheritance
Topics
Inherited Members

Fields

InfraConnection

Finer-grained connection infra events (heartbeat, instance index updates). Carries CloudEvents v1.0 envelopes.

public const string InfraConnection = "websocketmanager.infra.connection"

Field Value

string

Lifecycle

Connection lifecycle events (registered, connecting, connected, degraded, reconnecting, closed, failed). Carries CloudEvents v1.0 envelopes; see ConnectionEvents for ce-type values.

public const string Lifecycle = "websocketmanager.lifecycle"

Field Value

string