Uses of Package
dk.cloudcreate.essentials.reactive
-
Classes in dk.cloudcreate.essentials.reactive used by dk.cloudcreate.essentials.reactive Class Description LocalEventBus 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