Package | Description |
---|---|
org.axonframework.axonserver.connector.event.axon | |
org.axonframework.config | |
org.axonframework.disruptor.commandhandling | |
org.axonframework.eventsourcing |
Classes related to event sourcing.
|
org.axonframework.eventsourcing.conflictresolution | |
org.axonframework.eventsourcing.eventstore |
Definitions and implementations of the Event store, the mechanism that can load event streams and append events to
them.
|
org.axonframework.eventsourcing.eventstore.inmemory | |
org.axonframework.eventsourcing.eventstore.jdbc |
JDBC Implementation of the EventStore.
|
org.axonframework.eventsourcing.eventstore.jpa |
JPA Implementation of the EventStore.
|
org.axonframework.spring.eventsourcing | |
org.axonframework.springboot.autoconfig | |
org.axonframework.test.aggregate |
Class and Description |
---|
AbstractEventStore
Abstract implementation of an
EventStore that uses a EventStorageEngine to store and load events. |
AbstractEventStore.Builder
Abstract Builder class to instantiate an
AbstractEventStore . |
EventStorageEngine
Provides a mechanism to append as well as retrieve events from an underlying storage like a database.
|
EventStore
Provides a mechanism to open streams from events in the the underlying event storage.
|
EventStoreException
Indicates that the given events stream could not be stored or read due to an underlying exception.
|
Class and Description |
---|
EventStorageEngine
Provides a mechanism to append as well as retrieve events from an underlying storage like a database.
|
EventStore
Provides a mechanism to open streams from events in the the underlying event storage.
|
Class and Description |
---|
EventStore
Provides a mechanism to open streams from events in the the underlying event storage.
|
Class and Description |
---|
DomainEventStream
The DomainEventStream represents a stream of historical events published by an Aggregate.
|
EventStorageEngine
Provides a mechanism to append as well as retrieve events from an underlying storage like a database.
|
EventStore
Provides a mechanism to open streams from events in the the underlying event storage.
|
Class and Description |
---|
EventStore
Provides a mechanism to open streams from events in the the underlying event storage.
|
Class and Description |
---|
AbstractEventStorageEngine
Abstract
EventStorageEngine implementation that takes care of event serialization and upcasting. |
AbstractEventStorageEngine.Builder
Abstract Builder class to instantiate an
AbstractEventStorageEngine . |
AbstractEventStore
Abstract implementation of an
EventStore that uses a EventStorageEngine to store and load events. |
AbstractEventStore.Builder
Abstract Builder class to instantiate an
AbstractEventStore . |
BatchingEventStorageEngine.Builder
Abstract Builder class to instantiate a
BatchingEventStorageEngine . |
DomainEventStream
The DomainEventStream represents a stream of historical events published by an Aggregate.
|
EmbeddedEventStore
Implementation of an
EventStore that stores and fetches events using an EventStorageEngine . |
EmbeddedEventStore.Builder
Builder class to instantiate an
EmbeddedEventStore . |
EventStorageEngine
Provides a mechanism to append as well as retrieve events from an underlying storage like a database.
|
EventStore
Provides a mechanism to open streams from events in the the underlying event storage.
|
Class and Description |
---|
DomainEventStream
The DomainEventStream represents a stream of historical events published by an Aggregate.
|
EventStorageEngine
Provides a mechanism to append as well as retrieve events from an underlying storage like a database.
|
Class and Description |
---|
AbstractEventStorageEngine
Abstract
EventStorageEngine implementation that takes care of event serialization and upcasting. |
AbstractEventStorageEngine.Builder
Abstract Builder class to instantiate an
AbstractEventStorageEngine . |
BatchingEventStorageEngine
AbstractEventStorageEngine implementation that fetches events in batches from the backing database. |
BatchingEventStorageEngine.Builder
Abstract Builder class to instantiate a
BatchingEventStorageEngine . |
EventStorageEngine
Provides a mechanism to append as well as retrieve events from an underlying storage like a database.
|
Class and Description |
---|
AbstractEventStorageEngine
Abstract
EventStorageEngine implementation that takes care of event serialization and upcasting. |
AbstractEventStorageEngine.Builder
Abstract Builder class to instantiate an
AbstractEventStorageEngine . |
AbstractSnapshotEventEntry
Abstract base class of a serialized snapshot event storing the state of an aggregate.
|
BatchingEventStorageEngine
AbstractEventStorageEngine implementation that fetches events in batches from the backing database. |
BatchingEventStorageEngine.Builder
Abstract Builder class to instantiate a
BatchingEventStorageEngine . |
EventStorageEngine
Provides a mechanism to append as well as retrieve events from an underlying storage like a database.
|
Class and Description |
---|
EventStore
Provides a mechanism to open streams from events in the the underlying event storage.
|
Class and Description |
---|
EmbeddedEventStore
Implementation of an
EventStore that stores and fetches events using an EventStorageEngine . |
EventStorageEngine
Provides a mechanism to append as well as retrieve events from an underlying storage like a database.
|
EventStore
Provides a mechanism to open streams from events in the the underlying event storage.
|
Class and Description |
---|
EventStore
Provides a mechanism to open streams from events in the the underlying event storage.
|
Copyright © 2010–2018. All rights reserved.