Options
All
  • Public
  • Public/Protected
  • All
Menu

Class CustomBranch

Custom branch using unique matching function

Hierarchy

Implements

Indexable

[key: string]: any

Custom branch using unique matching function

Index

Constructors

constructor

Properties

callback

callback: ICallback

customMatcher

customMatcher: IMatcher

force

force: boolean

id

id: string

Optional match

match: any

Optional matched

matched: undefined | false | true

processKey

processKey: ProcessKeys

type

type: string

Methods

execute

matcher

  • matcher(msg: Message): Promise<any>
  • Standard matcher method routes to custom matching function

    Parameters

    Returns Promise<any>

Generated using TypeDoc