Class SnapshotCountRetentionCriteria

  • Direct Known Subclasses:
    SnapshotCountRetentionCriteriaImpl

    public abstract class SnapshotCountRetentionCriteria
    extends RetentionCriteria
    Delete events after saving snapshot via {@link RetentionCriteria.snapshotEvery()}. Events that have sequence number less than the snapshot sequence number minus keepNSnapshots * numberOfEvents are deleted.
    • Constructor Detail

      • SnapshotCountRetentionCriteria

        public SnapshotCountRetentionCriteria()