Readonly
Whether to copy MessageInterceptor(s) from the parent bus.
true Copy
true
Whether to copy MessageListener(s) from the parent bus.
A handler for errors thrown from message handlers.
Note that if the error handler returns a promise, it is not awaited.
(e) => console.error(e) Copy
(e) => console.error(e)
Whether to copy MessageInterceptor(s) from the parent bus.