Package

com.rbmhtechnology.eventuate.snapshot

filesystem

Permalink

package filesystem

Visibility
  1. Public
  2. All

Type Members

  1. class FilesystemSnapshotStore extends SnapshotStore

    Permalink

    A snapshot store that saves snapshots to the local filesystem.

    A snapshot store that saves snapshots to the local filesystem. It keeps a configurable maximum number of snapshots per event-sourced actor, view, writer or processor. Snapshot loading falls back to older snapshots if newer snapshots cannot be loaded.

    See also

    Configuration key eventuate.snapshot.filesystem.snapshots-per-emitter-max.

  2. class FilesystemSnapshotStoreSettings extends AnyRef

    Permalink

    FilesystemSnapshotStore configuration object.

Value Members

  1. object FilesystemSnapshotStore

    Permalink

Ungrouped