Add Event Cancellation #3

Merged
kske merged 6 commits from f/cancel-event into develop 2020-11-26 08:57:46 +01:00

6 Commits

Author SHA1 Message Date
0e5f31b63e
Merge branch 'develop' into f/cancel-event
Conflicts:
	src/test/java/dev/kske/eventbus/EventBusTest.java
2020-11-26 08:16:01 +01:00
ec73be9046
Split EventBusTest into DispatchTest and CancelTest, add Javadoc 2020-11-26 08:14:11 +01:00
659bd7888f
Simplify cancellation test, fix a typo 2020-11-25 08:35:51 +01:00
8aefb43823
Add Test for Cancellation 2020-11-23 23:42:17 +01:00
9d1707de5b
Add event consumption section to README 2020-10-11 11:31:51 +02:00
1d2102d729
Add event cancellation mechanism to EventBus 2020-10-02 17:50:11 +02:00