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
/
AggregateState
/
Conflicted
Conflicted
case
Conflicted
[
S
,
E
,
R
](
last:
S
,
onEvent:
EventMessage
[
E
],
errors:
Type
[
R
])
extends
AggregateState
[
S
,
E
,
R
]
Source:
RepositoryReader.scala
Value members
Value members
Inherited methods
def
productElementNames
:
Iterator
[
String
]
Inherited from:
Product
def
productIterator
:
Iterator
[
Any
]
Inherited from:
Product
Inherited fields
val
isValid
:
Boolean
Inherited from:
AggregateState
Source:
RepositoryReader.scala