Hierarchy For All Packages
Class Hierarchy
- java.lang.Object
- io.preboot.eventbus.LocalAsynchronousEventPublisher (implements io.preboot.eventbus.AsynchronousEventPublisher)
- io.preboot.eventbus.LocalEventHandlerRepository (implements org.springframework.context.ApplicationContextAware)
- io.preboot.eventbus.LocalEventPublisher (implements io.preboot.eventbus.EventPublisher)
- java.lang.Throwable (implements java.io.Serializable)
- java.lang.Exception
- java.lang.RuntimeException
- io.preboot.eventbus.EventPublishException
- io.preboot.eventbus.NoEventHandlerException
- java.lang.RuntimeException
- java.lang.Exception
Interface Hierarchy
- io.preboot.eventbus.EventPublisher
- io.preboot.eventbus.AsynchronousEventPublisher
- io.preboot.eventbus.GenericEvent<T>
Annotation Interface Hierarchy
- io.preboot.eventbus.EventHandler (implements java.lang.annotation.Annotation)
- io.preboot.eventbus.ExceptionIfNoHandler (implements java.lang.annotation.Annotation)