Uses of Package
dk.cloudcreate.essentials.reactive
Packages that use dk.cloudcreate.essentials.reactive
-
Classes in dk.cloudcreate.essentials.reactive used by dk.cloudcreate.essentials.reactiveClassDescriptionSimple event bus concept that supports both synchronous and asynchronous subscribers that are registered and listening for events published
Usage example:Common interface for all Event message handlersSimple 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:Builder class forLocalEventBus.Error Handler interface for theLocalEventBus's asynchronous event handler failures