Package | Description |
---|---|
org.axonframework.eventsourcing |
Classes related to event sourcing.
|
org.axonframework.spring.eventsourcing |
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(HandlerDefinition handlerDefinition)
Sets the
HandlerDefinition used to create concrete handlers in the snapshot aggregate this
snapshotter creates. |
AggregateSnapshotter.Builder |
AggregateSnapshotter.Builder.parameterResolverFactory(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(RepositoryProvider repositoryProvider)
Sets the
RepositoryProvider provided to the snapshot aggregates this snapshotter creates for correct
instantiation. |
AggregateSnapshotter.Builder |
AggregateSnapshotter.Builder.transactionManager(TransactionManager transactionManager) |
Constructor and Description |
---|
AggregateSnapshotter(AggregateSnapshotter.Builder builder)
Instantiate a
AggregateSnapshotter based on the fields contained in the AggregateSnapshotter.Builder . |
Modifier and Type | Class and Description |
---|---|
static class |
SpringAggregateSnapshotter.Builder
Builder class to instantiate a
SpringAggregateSnapshotter . |
Copyright © 2010–2018. All rights reserved.