event-bus/event-bus-core/src/main/java/dev/kske/eventbus/core
Kai S. K. Engelbart 6eebd3c121
Pass errors caused during system event dispatch to caller
When an error is caused during the dispatch of a system event, a warning
has been logged instead instead of rethrowing the error. This has been
fixed.

This enables failing a JUnit test when an exception event handler is
invoked.
2021-07-07 22:06:07 +02:00
..
DeadEvent.java Log unhandled dead events 2021-02-20 22:10:48 +01:00
Event.java Allow event handlers with non-void return type 2021-02-19 11:14:43 +01:00
EventBus.java Pass errors caused during system event dispatch to caller 2021-07-07 22:06:07 +02:00
EventBusException.java Rename event-bus module to event-bus-core, add event-bus-ap module 2021-02-09 09:52:26 +01:00
EventHandler.java Respect listener-level properties 2021-03-14 11:18:11 +01:00
ExceptionEvent.java Add ExceptionEvent 2021-02-21 10:36:06 +01:00
Polymorphic.java Allow @Polymorphic and @Priority on types, add value to @Polymorphic 2021-02-22 19:12:06 +01:00
Priority.java Allow @Polymorphic and @Priority on types, add value to @Polymorphic 2021-02-22 19:12:06 +01:00
package-info.java Rename event-bus module to event-bus-core, add event-bus-ap module 2021-02-09 09:52:26 +01:00