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
/
Repository
Repository
trait
Repository
[
F
[
_
],
S
,
E
,
R
,
N
]
Source:
Repository.scala
Graph
Supertypes
Known subtypes
class
Object
trait
Matchable
class
Any
class
CachedRepository
[
F
,
S
,
E
,
R
,
N
]
Value members
Value members
Abstract methods
def
append
(
ctx:
RequestContext
[
_
,
_
],
version:
SeqNr
,
newState:
S
,
events:
Type
[
E
],
notifications:
Chain
[
N
]):
F
[
Unit
]
Source:
Repository.scala
def
load
(
cmd:
CommandMessage
[
_
]):
F
[
CommandState
[
S
,
E
,
R
]]
Source:
Repository.scala
def
notify
(
ctx:
RequestContext
[
_
,
_
],
notifications:
Type
[
N
]):
F
[
Unit
]
Source:
Repository.scala