| Package | Description | 
|---|---|
| org.axonframework.eventhandling | 
 Classes related to event handling and dispatching, such as  
Event Listeners and the Event Bus. | 
| org.axonframework.eventsourcing.eventstore | 
 Definitions and implementations of the Event store, the mechanism that can load event streams and append events to
 them. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
SimpleEventBus
Implementation of the  
EventBus that supports streaming of events via SimpleEventBus.openStream(TrackingToken) but
 only of the most recently published events as it is not backed by a cache or event storage. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AbstractEventStore
Abstract implementation of an  
EventStore that uses a EventStorageEngine to store and load events. | 
class  | 
EmbeddedEventStore
Implementation of an  
EventStore that stores and fetches events using an EventStorageEngine. | 
Copyright © 2010–2018. All rights reserved.