| Package | Description |
|---|---|
| org.axonframework.spring.eventsourcing |
| Modifier and Type | Method and Description |
|---|---|
static SpringAggregateSnapshotter.Builder |
SpringAggregateSnapshotter.builder()
Instantiate a Builder to be able to create a
SpringAggregateSnapshotter. |
SpringAggregateSnapshotter.Builder |
SpringAggregateSnapshotter.Builder.eventStore(org.axonframework.eventsourcing.eventstore.EventStore eventStore) |
SpringAggregateSnapshotter.Builder |
SpringAggregateSnapshotter.Builder.executor(Executor executor) |
SpringAggregateSnapshotter.Builder |
SpringAggregateSnapshotter.Builder.handlerDefinition(org.axonframework.messaging.annotation.HandlerDefinition handlerDefinition) |
SpringAggregateSnapshotter.Builder |
SpringAggregateSnapshotter.Builder.parameterResolverFactory(org.axonframework.messaging.annotation.ParameterResolverFactory parameterResolverFactory) |
SpringAggregateSnapshotter.Builder |
SpringAggregateSnapshotter.Builder.repositoryProvider(org.axonframework.modelling.command.RepositoryProvider repositoryProvider) |
SpringAggregateSnapshotter.Builder |
SpringAggregateSnapshotter.Builder.transactionManager(org.axonframework.common.transaction.TransactionManager transactionManager) |
| Constructor and Description |
|---|
SpringAggregateSnapshotter(SpringAggregateSnapshotter.Builder builder)
Instantiate a
SpringAggregateSnapshotter based on the fields contained in the SpringAggregateSnapshotter.Builder. |
Copyright © 2010–2020. All rights reserved.