Options
All
  • Public
  • Public/Protected
  • All
Menu

Module infrastructure/IListener

Index

Interfaces

Type aliases

Type aliases

OnWsCloseCallback

OnWsCloseCallback: (event: { client: string; code: any; reason: any }) => void

Type declaration

    • (event: { client: string; code: any; reason: any }): void
    • Parameters

      • event: { client: string; code: any; reason: any }
        • client: string
        • code: any
        • reason: any

      Returns void

Generated using TypeDoc