Uses of Enum Class
io.fluxzero.sdk.persisting.eventsourcing.NoOpSnapshotStore
Packages that use NoOpSnapshotStore
-
Uses of NoOpSnapshotStore in io.fluxzero.sdk.persisting.eventsourcing
Subclasses with type arguments of type NoOpSnapshotStore in io.fluxzero.sdk.persisting.eventsourcingModifier and TypeClassDescriptionenumASnapshotStoreimplementation that is used when snapshotting is explicitly disabled, such as whensnapshotPeriod <= 0is configured on an aggregate viaAggregate.Methods in io.fluxzero.sdk.persisting.eventsourcing that return NoOpSnapshotStoreModifier and TypeMethodDescriptionstatic NoOpSnapshotStoreReturns the enum constant of this class with the specified name.static NoOpSnapshotStore[]NoOpSnapshotStore.values()Returns an array containing the constants of this enum class, in the order they are declared.