Package dk.cloudcreate.essentials.reactive
-
Interface Summary Interface Description OnErrorHandler<EVENT_TYPE> Error Handler interface for theLocalEventBus -
Class Summary Class Description LocalEventBus<EVENT_TYPE> Simple event bus that supports both synchronous and asynchronous subscribers that are registered and listening for events published within the local the JVM
You can have multiple instances of the LocalEventBus deployed with the local JVM, but usually one event bus is sufficient.
Example: -
Exception Summary Exception Description PublishException