Package | Description |
---|---|
org.axonframework.contextsupport.spring | |
org.axonframework.eventsourcing |
Classes related to event sourcing.
|
Modifier and Type | Method and Description |
---|---|
void |
DisruptorCommandBusBeanDefinitionParser.RepositoryFactoryBean.setSnapshotterTrigger(SnapshotterTrigger snapshotterTrigger)
The snapshotter trigger instance that will decide when to trigger a snapshot
|
Modifier and Type | Class and Description |
---|---|
class |
EventCountSnapshotterTrigger
Snapshotter trigger mechanism that counts the number of events to decide when to create a snapshot.
|
Modifier and Type | Method and Description |
---|---|
void |
EventSourcingRepository.setSnapshotterTrigger(SnapshotterTrigger snapshotterTrigger)
Sets the snapshotter trigger for this repository.
|
Copyright © 2010-2014. All Rights Reserved.