Hierarchy For All Packages
Package Hierarchies:- it.rebirthproject.ufoeb.architecture.eventbus,
- it.rebirthproject.ufoeb.architecture.executor,
- it.rebirthproject.ufoeb.architecture.messages.commands,
- it.rebirthproject.ufoeb.architecture.messages.interfaces,
- it.rebirthproject.ufoeb.architecture.messages.query,
- it.rebirthproject.ufoeb.architecture.state,
- it.rebirthproject.ufoeb.dto,
- it.rebirthproject.ufoeb.dto.registrations,
- it.rebirthproject.ufoeb.dto.registrations.maps,
- it.rebirthproject.ufoeb.dto.registrations.maps.interfaces,
- it.rebirthproject.ufoeb.eventannotation,
- it.rebirthproject.ufoeb.eventinheritancepolicy,
- it.rebirthproject.ufoeb.eventinheritancepolicy.base,
- it.rebirthproject.ufoeb.eventinheritancepolicy.policies,
- it.rebirthproject.ufoeb.exceptions,
- it.rebirthproject.ufoeb.services,
- it.rebirthproject.ufoeb.services.lambdafactory
Class Hierarchy
- java.lang.Object
- it.rebirthproject.ufoeb.architecture.messages.interfaces.AbstractCommandMessage (implements it.rebirthproject.ufoeb.architecture.messages.interfaces.Message)
- it.rebirthproject.ufoeb.architecture.messages.commands.PostEventMessage
- it.rebirthproject.ufoeb.architecture.messages.commands.PostStickyEventMessage
- it.rebirthproject.ufoeb.architecture.messages.commands.PrintStateMessage
- it.rebirthproject.ufoeb.architecture.messages.commands.RegisterMessage
- it.rebirthproject.ufoeb.architecture.messages.commands.RemoveAllStickyEventsMessage
- it.rebirthproject.ufoeb.architecture.messages.commands.RemoveStickyEventMessage
- it.rebirthproject.ufoeb.architecture.messages.commands.ShutdownStateManagerMessage
- it.rebirthproject.ufoeb.architecture.messages.commands.UnregisterListenerMessage
- it.rebirthproject.ufoeb.architecture.messages.interfaces.AbstractQueryMessage<T> (implements it.rebirthproject.ufoeb.architecture.messages.interfaces.Message)
- it.rebirthproject.ufoeb.architecture.messages.query.IsListenerRegisteredMessage
- it.rebirthproject.ufoeb.dto.BusEventKey
- it.rebirthproject.ufoeb.architecture.state.BusMemoryStateManager (implements java.lang.Runnable)
- it.rebirthproject.ufoeb.eventinheritancepolicy.policies.ClassEventInheritancePolicy (implements it.rebirthproject.ufoeb.eventinheritancepolicy.base.InheritancePolicy)
- it.rebirthproject.ufoeb.eventinheritancepolicy.policies.CompleteEventInheritancePolicy (implements it.rebirthproject.ufoeb.eventinheritancepolicy.base.InheritancePolicy)
- it.rebirthproject.ufoeb.architecture.eventbus.EventBusBuilder
- it.rebirthproject.ufoeb.architecture.eventbus.EventBusInfrastructure
- it.rebirthproject.ufoeb.architecture.executor.EventExecutor (implements java.lang.Runnable)
- it.rebirthproject.ufoeb.dto.EventMethodKey
- it.rebirthproject.ufoeb.dto.registrations.maps.interfaces.EventsRegistrationsMap
- it.rebirthproject.ufoeb.dto.registrations.maps.PriorityEventsRegistrationsMap
- it.rebirthproject.ufoeb.dto.registrations.maps.UnorderedEventsRegistrationsMap
- it.rebirthproject.ufoeb.eventinheritancepolicy.FactoryInheritancePolicy
- it.rebirthproject.ufoeb.architecture.eventbus.GlobalEventBus
- it.rebirthproject.ufoeb.eventinheritancepolicy.policies.InterfaceEventInheritancePolicy (implements it.rebirthproject.ufoeb.eventinheritancepolicy.base.InheritancePolicy)
- it.rebirthproject.ufoeb.services.lambdafactory.LambdaFactory
- it.rebirthproject.ufoeb.services.ListenerMethodFinder
- it.rebirthproject.ufoeb.architecture.state.MemoryState
- it.rebirthproject.ufoeb.eventinheritancepolicy.policies.NoEventInheritancePolicy (implements it.rebirthproject.ufoeb.eventinheritancepolicy.base.InheritancePolicy)
- it.rebirthproject.ufoeb.dto.registrations.Registration
- it.rebirthproject.ufoeb.dto.registrations.RegistrationMethodHandler
- it.rebirthproject.ufoeb.dto.registrations.RegistrationStandardReflection
- java.lang.Throwable (implements java.io.Serializable)
- java.lang.Exception
- it.rebirthproject.ufoeb.exceptions.EventBusException
- java.lang.Exception
- it.rebirthproject.ufoeb.architecture.eventbus.UfoEventBus (implements it.rebirthproject.ufoeb.architecture.eventbus.EventBus)
- it.rebirthproject.ufoeb.architecture.messages.interfaces.AbstractCommandMessage (implements it.rebirthproject.ufoeb.architecture.messages.interfaces.Message)
Interface Hierarchy
- it.rebirthproject.ufoeb.architecture.eventbus.EventBus
- it.rebirthproject.ufoeb.services.lambdafactory.Handler<T,
V> - it.rebirthproject.ufoeb.eventinheritancepolicy.base.InheritancePolicy
- it.rebirthproject.ufoeb.architecture.messages.interfaces.Message
Annotation Interface Hierarchy
- it.rebirthproject.ufoeb.eventannotation.Listen (implements java.lang.annotation.Annotation)
Enum Class Hierarchy
- java.lang.Object
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)
- it.rebirthproject.ufoeb.eventinheritancepolicy.base.InheritancePolicyType
- it.rebirthproject.ufoeb.architecture.messages.interfaces.MessageType
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)