SnapshotProperties
@ConfigurationProperties(prefix = "wow.eventsourcing.snapshot")
Constructors
Link copied to clipboard
constructor(@DefaultValue(value = ["true"] ) enabled: Boolean = true, strategy: Strategy = Strategy.ALL, versionOffset: Int = DEFAULT_VERSION_OFFSET, storage: StorageType = StorageType.MONGO)