SnapshotPersistence

edomata.backend.eventsourcing.SnapshotPersistence

Attributes

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

Members list

Concise view

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