One registered WebSocket route.
readonly
path: string
The exact path this route serves.
readonly
handlers: WebSocketHandlers
The application's lifecycle callbacks.
readonly
protocols: readonly string[]
Subprotocols this route accepts, empty when none are configured.
readonly
heartbeat: boolean
Whether this route participates in the shared heartbeat sweep.
Defaults to true so existing routes are unaffected.