Uses of Class
org.axonframework.spring.eventsourcing.SpringAggregateSnapshotter.Builder
Packages that use SpringAggregateSnapshotter.Builder
-
Uses of SpringAggregateSnapshotter.Builder in org.axonframework.spring.eventsourcing
Methods in org.axonframework.spring.eventsourcing that return SpringAggregateSnapshotter.BuilderModifier and TypeMethodDescriptionSpringAggregateSnapshotter.builder()Instantiate a Builder to be able to create aSpringAggregateSnapshotter.SpringAggregateSnapshotter.Builder.eventStore(EventStore eventStore) SpringAggregateSnapshotter.Builder.handlerDefinition(HandlerDefinition handlerDefinition) SpringAggregateSnapshotter.Builder.parameterResolverFactory(ParameterResolverFactory parameterResolverFactory) SpringAggregateSnapshotter.Builder.repositoryProvider(RepositoryProvider repositoryProvider) SpringAggregateSnapshotter.Builder.spanFactory(SnapshotterSpanFactory spanFactory) SpringAggregateSnapshotter.Builder.spanFactory(SpanFactory spanFactory) SpringAggregateSnapshotter.Builder.transactionManager(TransactionManager transactionManager) Constructors in org.axonframework.spring.eventsourcing with parameters of type SpringAggregateSnapshotter.BuilderModifierConstructorDescriptionprotectedInstantiate aSpringAggregateSnapshotterbased on the fields contained in theSpringAggregateSnapshotter.Builder.