Interface ICollectorOptions

Hierarchy

  • ICollectorOptions

Properties

endReason?: string[]
filter?: ((args, collector) => boolean)

Type declaration

    • (args, collector): boolean
    • Parameters

      • args: any
      • collector: Collection<any, any>

      Returns boolean

max?: number
maxProcessed?: number
time: number

Generated using TypeDoc