Package | Description |
---|---|
org.axonframework.commandhandling.disruptor | |
org.axonframework.contextsupport.spring | |
org.axonframework.eventsourcing |
Classes related to event sourcing.
|
org.axonframework.eventsourcing.annotation | |
org.axonframework.eventsourcing.conflictresolvers | |
org.axonframework.gae.eventstore | |
org.axonframework.quickstart.annotated | |
org.axonframework.quickstart.handler | |
org.axonframework.test |
Classes in support of testing Axon based applications.
|
Class and Description |
---|
AggregateFactory
Interface describing objects capable of creating instances of aggregates to be initialized with an event stream.
|
EventSourcedAggregateRoot
Aggregate that can be initialized using a
DomainEventStream . |
EventStreamDecorator
Interface describing a class that can decorates DomainEventStreams when events for aggregates are read or appended.
|
Class and Description |
---|
AggregateFactory
Interface describing objects capable of creating instances of aggregates to be initialized with an event stream.
|
EventSourcedAggregateRoot
Aggregate that can be initialized using a
DomainEventStream . |
EventStreamDecorator
Interface describing a class that can decorates DomainEventStreams when events for aggregates are read or appended.
|
SnapshotterTrigger
Interface for
Event Stream Decorators that have the
intent to trigger snapshots. |
Class and Description |
---|
AbstractAggregateFactory
Abstract AggregateFactory implementation that is aware of snapshot events.
|
AbstractEventSourcedAggregateRoot
Abstract convenience class to be extended by all aggregate roots.
|
AbstractSnapshotter
Abstract implementation of the
Snapshotter that uses a task executor to
creates snapshots. |
AggregateFactory
Interface describing objects capable of creating instances of aggregates to be initialized with an event stream.
|
AggregateSnapshotter
Implementation of a snapshotter that uses the actual aggregate and its state to create a snapshot event.
|
ConflictResolver
Interface describing an object that is capable of detecting conflicts between changes applied to an aggregate, and
unseen changes made to the aggregate.
|
EventSourcedAggregateRoot
Aggregate that can be initialized using a
DomainEventStream . |
EventSourcedEntity
Interface towards an Event Sourced Entity that is part of an aggregate, but not its root.
|
EventSourcingRepository
Abstract repository implementation that allows easy implementation of an Event Sourcing mechanism.
|
EventStreamDecorator
Interface describing a class that can decorates DomainEventStreams when events for aggregates are read or appended.
|
Snapshotter
Interface describing instances that are capable of creating snapshot events for aggregates.
|
SnapshotterTrigger
Interface for
Event Stream Decorators that have the
intent to trigger snapshots. |
Class and Description |
---|
AbstractEventSourcedAggregateRoot
Abstract convenience class to be extended by all aggregate roots.
|
AbstractEventSourcedEntity
Base class for Event Sourced entities that are not at the root of the aggregate.
|
EventSourcedAggregateRoot
Aggregate that can be initialized using a
DomainEventStream . |
EventSourcedEntity
Interface towards an Event Sourced Entity that is part of an aggregate, but not its root.
|
Class and Description |
---|
ConflictResolver
Interface describing an object that is capable of detecting conflicts between changes applied to an aggregate, and
unseen changes made to the aggregate.
|
Class and Description |
---|
Snapshotter
Interface describing instances that are capable of creating snapshot events for aggregates.
|
Class and Description |
---|
EventSourcedAggregateRoot
Aggregate that can be initialized using a
DomainEventStream . |
Class and Description |
---|
AbstractEventSourcedAggregateRoot
Abstract convenience class to be extended by all aggregate roots.
|
EventSourcedEntity
Interface towards an Event Sourced Entity that is part of an aggregate, but not its root.
|
Class and Description |
---|
AggregateFactory
Interface describing objects capable of creating instances of aggregates to be initialized with an event stream.
|
EventSourcedAggregateRoot
Aggregate that can be initialized using a
DomainEventStream . |
EventSourcingRepository
Abstract repository implementation that allows easy implementation of an Event Sourcing mechanism.
|
Copyright © 2010-2014. All Rights Reserved.