Uses of Class
dk.cloudcreate.essentials.components.eventsourced.aggregates.snapshot.AggregateSnapshotDeletionStrategy.KeepHistoricSnapshots
-
Packages that use AggregateSnapshotDeletionStrategy.KeepHistoricSnapshots Package Description dk.cloudcreate.essentials.components.eventsourced.aggregates.snapshot -
-
Uses of AggregateSnapshotDeletionStrategy.KeepHistoricSnapshots in dk.cloudcreate.essentials.components.eventsourced.aggregates.snapshot
Methods in dk.cloudcreate.essentials.components.eventsourced.aggregates.snapshot that return AggregateSnapshotDeletionStrategy.KeepHistoricSnapshots Modifier and Type Method Description static AggregateSnapshotDeletionStrategy.KeepHistoricSnapshotsAggregateSnapshotDeletionStrategy.KeepHistoricSnapshots. keepALimitedNumberOfHistoricSnapshots(long numberOfHistoricSnapshotsToKeep)Strategy that keeps all historic aggregate snapshotsstatic AggregateSnapshotDeletionStrategy.KeepHistoricSnapshotsAggregateSnapshotDeletionStrategy.KeepHistoricSnapshots. keepAllHistoricSnapshots()Strategy that keeps all historic aggregate snapshots
-