package cleanup
Type Members
- final class Cleanup extends AnyRef
Tool for deleting all events and/or snapshots for a given list of
persistenceIdswithout using persistent actors.Tool for deleting all events and/or snapshots for a given list of
persistenceIdswithout using persistent actors. It's important that the actors with correspondingpersistenceIdare not running at the same time as using the tool.If
neverUsePersistenceIdAgainistruethen the highest used sequence number is deleted and thepersistenceIdshould not be used again, since it would be confusing to reuse the same sequence numbers for new events.When a list of
persistenceIdsare given they are deleted sequentially in the order of the list. It's possible to parallelize the deletes by running several cleanup operations at the same time operating on different sets ofpersistenceIds.- Annotations
- @ApiMayChange()
- class CleanupSettings extends AnyRef
- Annotations
- @ApiMayChange()