Options
All
  • Public
  • Public/Protected
  • All
Menu

Class RpcToobusyFilter

Hierarchy

  • RpcToobusyFilter

Implements

  • IRpcFilter

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

name

name: string = "toobusy"

Methods

before

  • before(serverId: string, msg: any, opts: any, next: function): void
  • Before filter for rpc

    Parameters

    • serverId: string
    • msg: any
    • opts: any
    • next: function
        • (target?: Error | string, message?: any, options?: any): void
        • Parameters

          • Optional target: Error | string
          • Optional message: any
          • Optional options: any

          Returns void

    Returns void