All Classes
-
All Classes Interface Summary Class Summary Exception 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:OnErrorHandler<EVENT_TYPE> Error Handler interface for theLocalEventBusPublishException