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