Uses of Class
org.axonframework.eventsourcing.AbstractSnapshotter.Builder
Packages that use AbstractSnapshotter.Builder
Package
Description
Classes related to event sourcing.
-
Uses of AbstractSnapshotter.Builder in org.axonframework.eventsourcing
Subclasses of AbstractSnapshotter.Builder in org.axonframework.eventsourcingModifier and TypeClassDescriptionstatic classBuilder class to instantiate aAggregateSnapshotter.Methods in org.axonframework.eventsourcing that return AbstractSnapshotter.BuilderModifier and TypeMethodDescriptionAbstractSnapshotter.Builder.eventStore(EventStore eventStore) Sets theEventStoreinstance which thisAbstractSnapshotterimplementation will store snapshots in.Sets theExecutorwhich handles the actual snapshot creation process.AbstractSnapshotter.Builder.spanFactory(SnapshotterSpanFactory spanFactory) Sets theSnapshotterSpanFactoryimplementation to use for providing tracing capabilities.AbstractSnapshotter.Builder.spanFactory(SpanFactory spanFactory) Deprecated.AbstractSnapshotter.Builder.transactionManager(TransactionManager transactionManager) Sets theTransactionManagerused to manage the transaction around storing the snapshot.Constructors in org.axonframework.eventsourcing with parameters of type AbstractSnapshotter.BuilderModifierConstructorDescriptionprotectedInstantiate aAbstractSnapshotterbased on the fields contained in theAbstractSnapshotter.Builder. -
Uses of AbstractSnapshotter.Builder in org.axonframework.spring.eventsourcing
Subclasses of AbstractSnapshotter.Builder in org.axonframework.spring.eventsourcingModifier and TypeClassDescriptionstatic classBuilder class to instantiate aSpringAggregateSnapshotter.
spanFactory(SnapshotterSpanFactory)instead as it provides more configurability.