property catchAll
Catch all events
If true
all events will be catched, this is done by monkey-patching the EventEmitter.emit
method.
If false
it will detect the events by the middleware
.
boolean
Catch all events
If true
all events will be catched, this is done by monkey-patching the EventEmitter.emit
method.
If false
it will detect the events by the middleware
.
boolean