Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Transport

Hierarchy

  • Transport

Index

Methods

close

  • close(): any

handle

  • handle(route: string, group: string, callback: Function): any

listen

  • listen(callback: Function): any

onClose

  • onClose(callback: function): any
  • Parameters

    • callback: function
        • (args: any[]): void
        • Parameters

          • Rest args: any[]

          Returns void

    Returns any

publish

  • publish(topic: string, message: any): any

request

  • request(route: string, payload: any, callback: Function, timeout: number): any
  • Parameters

    • route: string
    • payload: any
    • callback: Function
    • timeout: number

    Returns any

subscribe

  • subscribe(topic: string, group: string, callback: Function): any

Generated using TypeDoc