Package | Description |
---|---|
org.axonframework.eventsourcing |
Classes related to event sourcing.
|
org.axonframework.spring.eventsourcing |
Modifier and Type | Class and Description |
---|---|
static class |
AggregateSnapshotter.Builder
Builder class to instantiate a
AggregateSnapshotter . |
Modifier and Type | Method and Description |
---|---|
AbstractSnapshotter.Builder |
AbstractSnapshotter.Builder.eventStore(EventStore eventStore)
Sets the
EventStore instance which this AbstractSnapshotter implementation will store
snapshots in. |
AbstractSnapshotter.Builder |
AbstractSnapshotter.Builder.executor(Executor executor)
Sets the
Executor which handles the actual snapshot creation process. |
AbstractSnapshotter.Builder |
AbstractSnapshotter.Builder.transactionManager(TransactionManager transactionManager)
Sets the
TransactionManager used to manage the transaction around storing the snapshot. |
Constructor and Description |
---|
AbstractSnapshotter(AbstractSnapshotter.Builder builder)
Instantiate a
AbstractSnapshotter based on the fields contained in the AbstractSnapshotter.Builder . |
Modifier and Type | Class and Description |
---|---|
static class |
SpringAggregateSnapshotter.Builder
Builder class to instantiate a
SpringAggregateSnapshotter . |
Copyright © 2010–2018. All rights reserved.