Uses of Class
org.axonframework.eventsourcing.AggregateSnapshotter.Builder
Packages that use AggregateSnapshotter.Builder
Package
Description
Classes related to event sourcing.
-
Uses of AggregateSnapshotter.Builder in org.axonframework.eventsourcing
Methods in org.axonframework.eventsourcing that return AggregateSnapshotter.BuilderModifier and TypeMethodDescriptionAggregateSnapshotter.Builder.aggregateFactories(List<AggregateFactory<?>> aggregateFactories) Sets theaggregateFactoriessupported by this snapshotter.AggregateSnapshotter.Builder.aggregateFactories(AggregateFactory<?>... aggregateFactories) Sets theaggregateFactoriessupported by this snapshotter.static AggregateSnapshotter.BuilderAggregateSnapshotter.builder()Instantiate a Builder to be able to create aAggregateSnapshotter.AggregateSnapshotter.Builder.eventStore(EventStore eventStore) AggregateSnapshotter.Builder.handlerDefinition(HandlerDefinition handlerDefinition) Sets theHandlerDefinitionused to create concrete handlers in the snapshot aggregate this snapshotter creates.AggregateSnapshotter.Builder.parameterResolverFactory(ParameterResolverFactory parameterResolverFactory) Sets theParameterResolverFactoryused to resolve parameter values for annotated handlers in the snapshot aggregate this snapshotter creates.AggregateSnapshotter.Builder.repositoryProvider(RepositoryProvider repositoryProvider) Sets theRepositoryProviderprovided to the snapshot aggregates this snapshotter creates for correct instantiation.AggregateSnapshotter.Builder.spanFactory(SnapshotterSpanFactory spanFactory) AggregateSnapshotter.Builder.transactionManager(TransactionManager transactionManager) Constructors in org.axonframework.eventsourcing with parameters of type AggregateSnapshotter.BuilderModifierConstructorDescriptionprotectedInstantiate aAggregateSnapshotterbased on the fields contained in theAggregateSnapshotter.Builder. -
Uses of AggregateSnapshotter.Builder in org.axonframework.spring.eventsourcing
Subclasses of AggregateSnapshotter.Builder in org.axonframework.spring.eventsourcingModifier and TypeClassDescriptionstatic classBuilder class to instantiate aSpringAggregateSnapshotter.