SnapshotStore

edomata.backend.eventsourcing.SnapshotStore$
See theSnapshotStore companion trait

Attributes

Companion:
trait
Source:
Snapshot.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

def inMem[F[_] : Async, S](size: Int): F[SnapshotStore[F, S]]

Attributes

Source:
Snapshot.scala
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]]

Attributes

Source:
Snapshot.scala