Uses of Class
org.axonframework.eventhandling.AbstractEventBus
Packages that use AbstractEventBus
Package
Description
Classes related to event handling and dispatching, such as
Event Listeners and the Event Bus.Definitions and implementations of the Event store, the mechanism that can load event streams and append events to
them.
-
Uses of AbstractEventBus in org.axonframework.axonserver.connector.event.axon
Subclasses of AbstractEventBus in org.axonframework.axonserver.connector.event.axonModifier and TypeClassDescriptionclassAxon EventStore implementation that connects to the AxonIQ AxonServer Server to store and retrieve Events. -
Uses of AbstractEventBus in org.axonframework.eventhandling
Subclasses of AbstractEventBus in org.axonframework.eventhandlingModifier and TypeClassDescriptionclassImplementation of theEventBusthat dispatches events in the thread the publishes them. -
Uses of AbstractEventBus in org.axonframework.eventsourcing.eventstore
Subclasses of AbstractEventBus in org.axonframework.eventsourcing.eventstoreModifier and TypeClassDescriptionclassAbstract implementation of anEventStorethat uses aEventStorageEngineto store and load events.classImplementation of anEventStorethat stores and fetches events using anEventStorageEngine. -
Uses of AbstractEventBus in org.axonframework.eventsourcing.eventstore.legacyjpa
Subclasses of AbstractEventBus in org.axonframework.eventsourcing.eventstore.legacyjpa
EmbeddedEventStorewhich moved to jakarta.