object SnapshotStore
- Companion:
- class
- Source:
- Snapshot.scala
Value members
Concrete methods
def persisted[F[_], S](store: SnapshotPersistence[F, S], size: Int, maxBuffer: Int, maxWait: FiniteDuration, flushOnExit: Boolean)(using F: Async[F]): Resource[F, SnapshotStore[F, S]]
- Source:
- Snapshot.scala