Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface WebSocketChainLink<RequestType, ResponseType, UserInfo>

Type Parameters

  • RequestType

  • ResponseType

  • UserInfo

Hierarchy

  • WebSocketChainLink

Index

Properties

Methods

Properties

sockets: IndividualWebSocketConfig<RequestType, ResponseType, UserInfo>[]

Configuration for the sockets to be opened concurrently

Methods

  • socketsReady(userInfo: undefined | UserInfo, jwt: undefined | JwtGroup<JwtInfo>, responses: Record<string, SocketResponses<ResponseType>>): Observable<WebSocketChainLink<RequestType, ResponseType, UserInfo>>

Generated using TypeDoc