Uses of Package
dk.cloudcreate.essentials.reactive
-
Packages that use dk.cloudcreate.essentials.reactive Package Description dk.cloudcreate.essentials.reactive -
Classes in dk.cloudcreate.essentials.reactive used by dk.cloudcreate.essentials.reactive Class Description EventHandler Common interface for all Event message handlersLocalEventBus 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:OnErrorHandler Error Handler interface for theLocalEventBus