| Modifier and Type | Class and Description |
|---|---|
class |
CompositeMissingApplyEventMethodStrategy |
class |
DefaultMissingApplyEventMethodStrategy |
| Modifier and Type | Field and Description |
|---|---|
static MissingApplyEventMethodStrategy |
DefaultMissingApplyEventMethodStrategy.INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
static <T extends Aggregate<T>> |
Aggregates.applyEventsToMutableAggregate(T aggregate,
List<Event> events,
MissingApplyEventMethodStrategy missingApplyEventMethodStrategy) |
Aggregate |
SnapshotStrategy.recreateAggregate(Class<?> clasz,
Snapshot snapshot,
MissingApplyEventMethodStrategy missingApplyEventMethodStrategy)
Recreate an aggregate from a snapshot
|
static <T extends Aggregate<T>> |
Aggregates.recreateAggregate(Class<T> clasz,
List<Event> events,
MissingApplyEventMethodStrategy missingApplyEventMethodStrategy) |
Aggregate |
SnapshotManagerImpl.recreateFromSnapshot(Class<?> clasz,
Snapshot snapshot,
MissingApplyEventMethodStrategy missingApplyEventMethodStrategy) |
Aggregate |
SnapshotManager.recreateFromSnapshot(Class<?> clasz,
Snapshot snapshot,
MissingApplyEventMethodStrategy missingApplyEventMethodStrategy) |
void |
AggregateRepository.setMissingApplyEventMethodStrategy(MissingApplyEventMethodStrategy missingApplyEventMethodStrategy) |
| Constructor and Description |
|---|
CompositeMissingApplyEventMethodStrategy(MissingApplyEventMethodStrategy[] strategies) |
| Constructor and Description |
|---|
EventuateAggregateStoreImpl(AggregateCrud aggregateCrud,
AggregateEvents aggregateEvents,
SnapshotManager snapshotManager,
MissingApplyEventMethodStrategy missingApplyEventMethodStrategy) |
| Constructor and Description |
|---|
EventuateAggregateStoreImpl(AggregateCrud aggregateCrud,
AggregateEvents aggregateEvents,
SnapshotManager snapshotManager,
MissingApplyEventMethodStrategy missingApplyEventMethodStrategy) |
| Modifier and Type | Method and Description |
|---|---|
void |
AggregateRepository.setMissingApplyEventMethodStrategy(MissingApplyEventMethodStrategy missingApplyEventMethodStrategy) |
Copyright © 2021. All rights reserved.