Package | Description |
---|---|
org.axonframework.config | |
org.axonframework.disruptor.commandhandling | |
org.axonframework.eventsourcing |
Classes related to event sourcing.
|
org.axonframework.spring.eventsourcing | |
org.axonframework.test.aggregate |
Class and Description |
---|
AggregateFactory
Interface describing objects capable of creating instances of aggregates to be initialized with an event stream.
|
SnapshotTriggerDefinition
Interface describing the mechanism for triggering Snapshots.
|
Class and Description |
---|
AggregateFactory
Interface describing objects capable of creating instances of aggregates to be initialized with an event stream.
|
SnapshotTriggerDefinition
Interface describing the mechanism for triggering Snapshots.
|
Class and Description |
---|
AbstractAggregateFactory
Abstract AggregateFactory implementation that is aware of snapshot events.
|
AbstractSnapshotter
Abstract implementation of the
Snapshotter that uses a task executor to
creates snapshots. |
AbstractSnapshotter.Builder
Abstract Builder class to instantiate
AbstractSnapshotter implementations. |
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.
|
AggregateSnapshotter.Builder
Builder class to instantiate a
AggregateSnapshotter . |
EventSourcedAggregate
Implementation of an
Aggregate that is sourced from events that have
been published by the aggregate. |
EventSourcingRepository
Abstract repository implementation that allows easy implementation of an Event Sourcing mechanism.
|
EventSourcingRepository.Builder
Builder class to instantiate a
EventSourcingRepository . |
NoSnapshotTriggerDefinition
Implementation of
SnapshotTriggerDefinition that doesn't trigger snapshots at all. |
Snapshotter
Interface describing instances that are capable of creating snapshot events for aggregates.
|
SnapshotTrigger
Interface describing a mechanism that keeps track of an Aggregate's activity in order to trigger a snapshot.
|
SnapshotTriggerDefinition
Interface describing the mechanism for triggering Snapshots.
|
Class and Description |
---|
AbstractSnapshotter
Abstract implementation of the
Snapshotter that uses a task executor to
creates snapshots. |
AbstractSnapshotter.Builder
Abstract Builder class to instantiate
AbstractSnapshotter implementations. |
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.
|
AggregateSnapshotter.Builder
Builder class to instantiate a
AggregateSnapshotter . |
Snapshotter
Interface describing instances that are capable of creating snapshot events for aggregates.
|
Class and Description |
---|
AggregateFactory
Interface describing objects capable of creating instances of aggregates to be initialized with an event stream.
|
Copyright © 2010–2018. All rights reserved.