module-sql-backend
0.6.0
module-sql-backend
edomata.backend
AggregateState
Valid
Conflicted
Backend
Backend
Builder
PartialBuilder
BackendError
BackendError
MaxRetryExceeded
PersistenceError
UnknownError
VersionConflict
Cache
Cache
CachedRepository
CommandHandler
CommandHandler
CommandState
Redundant
CommandStore
CommandStore
EventMessage
EventMetadata
JournalReader
Notifications
Notifications
NotificationsConsumer
NotificationsPublisher
OutboxConsumer
OutboxItem
OutboxReader
PGNamespace
Repository
RepositoryReader
RepositoryReader
SnapshotPersistence
SnapshotReader
SnapshotStore
SnapshotStore
Storage
StorageDriver
module-sql-backend
/
edomata.backend
/
SnapshotPersistence
SnapshotPersistence
trait
SnapshotPersistence
[
F
[
_
],
S
]
Source:
Snapshot.scala
Graph
Supertypes
class
Object
trait
Matchable
class
Any
Value members
Value members
Abstract methods
def
get
(
id:
StreamId
):
F
[
Option
[
Valid
[
S
]]]
Source:
Snapshot.scala
def
put
(
items:
Chunk
[(
S
)]):
F
[
Unit
]
Source:
Snapshot.scala