Result per attached handler, in attachment order; empty
when no handler is attached.
Result[] emit(Args args) @safeInvoke every attached handler and collect the results.
Handlers run in attachment order. If a handler throws an exception, dispatch stops immediately and the exception propagates to the caller.
args | Arguments forwarded to each handler. |
Result per attached handler, in attachment order; empty
when no handler is attached.