Uses of Class
io.fluxcapacitor.javaclient.persisting.eventsourcing.NoSnapshotTrigger
-
Packages that use NoSnapshotTrigger Package Description io.fluxcapacitor.javaclient.persisting.eventsourcing -
-
Uses of NoSnapshotTrigger in io.fluxcapacitor.javaclient.persisting.eventsourcing
Methods in io.fluxcapacitor.javaclient.persisting.eventsourcing that return NoSnapshotTrigger Modifier and Type Method Description static NoSnapshotTriggerNoSnapshotTrigger. valueOf(String name)Returns the enum constant of this type with the specified name.static NoSnapshotTrigger[]NoSnapshotTrigger. values()Returns an array containing the constants of this enum type, in the order they are declared.
-