Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IHubConnection

A single hub connection

export
interface

IHubConnection

Hierarchy

  • IHubConnection

Index

Properties

Optional channels

channels: string[]

connection

connection: HubConnection

hub

reconnect_count

reconnect_count: number

subjectId

subjectId: string | number

Optional subscribe

subscribe: undefined | (() => Promise<void>)

Optional token

token: undefined | string

uri

uri: string