Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MessagingService

Hierarchy

  • MessagingService

Implemented by

Index

Methods

forward

  • forward(path: string, callback: (params: PathParams, connection: IConnection) => void): void

listen

  • listen(path: string, callback: (params: PathParams, connection: MessageConnection) => void): void

ws

  • ws(path: string, callback: (params: PathParams, socket: WebSocket) => void): void

wsChannel