Uses of Class
org.axonframework.eventsourcing.eventstore.jpa.AggregateEventEntry
Packages that use AggregateEventEntry
Package
Description
JPA Implementation of the EventStore.
-
Uses of AggregateEventEntry in org.axonframework.eventsourcing.eventstore.jpa
Methods in org.axonframework.eventsourcing.eventstore.jpa that return types with arguments of type AggregateEventEntryModifier and TypeMethodDescriptionPredicate<List<? extends AggregateEventEntry>> AggregateBasedJpaEventStorageEngineConfiguration.finalBatchPredicate()Returns the value of thefinalBatchPredicaterecord component.Method parameters in org.axonframework.eventsourcing.eventstore.jpa with type arguments of type AggregateEventEntryModifier and TypeMethodDescriptionAggregateBasedJpaEventStorageEngineConfiguration.finalBatchPredicate(Predicate<List<? extends AggregateEventEntry>> finalBatchPredicate) Defines the predicate used to recognize the terminal batch whensourcingevents.Constructor parameters in org.axonframework.eventsourcing.eventstore.jpa with type arguments of type AggregateEventEntryModifierConstructorDescriptionAggregateBasedJpaEventStorageEngineConfiguration(PersistenceExceptionResolver persistenceExceptionResolver, Predicate<List<? extends AggregateEventEntry>> finalBatchPredicate, EventCoordinator eventCoordinator, int batchSize, int gapCleaningThreshold, int maxGapOffset, long lowestGlobalSequence, int gapTimeout) Compact constructor validating that the givenkeyandvalueare notnull.