Skip to content

export Interface

MessageCollectorOptions ​

extends ​

CollectorOptions

Properties ​

dispose? : boolean ​

Wether to emit 'dispose' event when a collected data is disposed or removed.

filter? : CollectorFilter ​

The filter of the collector.

idle? : number ​

The maximum time for the collector to wait after a collection in milliseconds.

max? : number ​

The maximum count to collect.

maxProcess? : number ​

The maximum count of received datas.

time? : number ​

The maximum time for the collector to wait in milliseconds.