| Package | Description |
|---|---|
| org.axonframework.eventsourcing |
Classes related to event sourcing.
|
| Modifier and Type | Method and Description |
|---|---|
AggregateSnapshotter.Builder |
AggregateSnapshotter.Builder.aggregateFactories(AggregateFactory<?>... aggregateFactories)
Sets the
aggregateFactories supported by this snapshotter. |
AggregateSnapshotter.Builder |
AggregateSnapshotter.Builder.aggregateFactories(List<AggregateFactory<?>> aggregateFactories)
Sets the
aggregateFactories supported by this snapshotter. |
static AggregateSnapshotter.Builder |
AggregateSnapshotter.builder()
Instantiate a Builder to be able to create a
AggregateSnapshotter. |
AggregateSnapshotter.Builder |
AggregateSnapshotter.Builder.eventStore(EventStore eventStore) |
AggregateSnapshotter.Builder |
AggregateSnapshotter.Builder.executor(Executor executor) |
AggregateSnapshotter.Builder |
AggregateSnapshotter.Builder.handlerDefinition(org.axonframework.messaging.annotation.HandlerDefinition handlerDefinition)
Sets the
HandlerDefinition used to create concrete handlers in the snapshot aggregate this
snapshotter creates. |
AggregateSnapshotter.Builder |
AggregateSnapshotter.Builder.parameterResolverFactory(org.axonframework.messaging.annotation.ParameterResolverFactory parameterResolverFactory)
Sets the
ParameterResolverFactory used to resolve parameter values for annotated handlers in the
snapshot aggregate this snapshotter creates. |
AggregateSnapshotter.Builder |
AggregateSnapshotter.Builder.repositoryProvider(org.axonframework.modelling.command.RepositoryProvider repositoryProvider)
Sets the
RepositoryProvider provided to the snapshot aggregates this snapshotter creates for correct
instantiation. |
AggregateSnapshotter.Builder |
AggregateSnapshotter.Builder.spanFactory(SnapshotterSpanFactory spanFactory) |
AggregateSnapshotter.Builder |
AggregateSnapshotter.Builder.transactionManager(org.axonframework.common.transaction.TransactionManager transactionManager) |
| Constructor and Description |
|---|
AggregateSnapshotter(AggregateSnapshotter.Builder builder)
Instantiate a
AggregateSnapshotter based on the fields contained in the AggregateSnapshotter.Builder. |
Copyright © 2010–2024. All rights reserved.