Readonly
copyReadonly
errorA handler for caught unhandled errors from message handlers,
invoked when safePublishing
is true.
Readonly
safeIf true
, errors thrown by message handlers are caught and sent
to the errorHandler
instead of being allowed to propagate.
The default errorHandler
prints to console.error
.
Whether to copy MessageListener(s) from the parent bus.