Options
All
  • Public
  • Public/Protected
  • All
Menu

Class RpcLogFilter

Hierarchy

  • RpcLogFilter

Implements

  • IRpcFilter

Index

Properties

Methods

Properties

name

name: string = "rpcLog"

Methods

after

  • after(serverId: string, msg: any, opts: any, next: function): void
  • After 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

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