event-bus/event-bus-core/src/main/java
Kai S. K. Engelbart 122106bf39
Transparently propagate event handler errors
When an exception occurs during the execution of an event handler, it is
caught, wrapped inside an exception event and dispatched on the event
bus.

This applies to any throwable, but is not very useful for errors, as
these are not normally caught. Assertion errors in particular, which are
used in unit tests, should not be caught, as this would cause the test
runner to miss a failed test.

Therefore, errors are now transparently passed through to the caller of
the dispatch method.
2021-03-15 08:29:15 +01:00
..
dev/kske/eventbus/core Transparently propagate event handler errors 2021-03-15 08:29:15 +01:00
module-info.java Rename event-bus module to event-bus-core, add event-bus-ap module 2021-02-09 09:52:26 +01:00