Interface IClient

Interface for a socket client that will be used by the TopicClient class

Hierarchy

  • IClient

Methods

Methods

  • Parameters

    • event: string
    • data: any

    Returns void

  • Parameters

    • event: string
    • listener: ((data: any) => void)
        • (data: any): void
        • Parameters

          • data: any

          Returns void

    Returns void

Generated using TypeDoc