SnapshotPersistence

edomata.backend.eventsourcing.SnapshotPersistence
trait SnapshotPersistence[F[_], S]

Attributes

Source
Snapshot.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def get(id: StreamId): F[Option[Valid[S]]]

Attributes

Source
Snapshot.scala
def put(items: Chunk[(S)]): F[Unit]

Attributes

Source
Snapshot.scala