Uses of Enum Class
io.fluxzero.sdk.persisting.eventsourcing.NoSnapshotTrigger
Packages that use NoSnapshotTrigger
-
Uses of NoSnapshotTrigger in io.fluxzero.sdk.persisting.eventsourcing
Subclasses with type arguments of type NoSnapshotTrigger in io.fluxzero.sdk.persisting.eventsourcingModifier and TypeClassDescriptionenumASnapshotTriggerimplementation that never triggers snapshot creation.Methods in io.fluxzero.sdk.persisting.eventsourcing that return NoSnapshotTriggerModifier and TypeMethodDescriptionstatic NoSnapshotTriggerReturns the enum constant of this class with the specified name.static NoSnapshotTrigger[]NoSnapshotTrigger.values()Returns an array containing the constants of this enum class, in the order they are declared.