module-backend
0.10.1
module-backend
API
edomata.backend
Backend
BackendError
BackendError
MaxRetryExceeded
PersistenceError
UnknownError
VersionConflict
Cache
Cache
CommandState
Redundant
CommandStore
CommandStore
EventMessage
EventMetadata
OutboxConsumer
OutboxItem
OutboxReader
edomata.backend.cqrs
AggregateState
Backend
BackendBuilder
CommandHandler
CommandHandler
Notifications
Notifications
NotificationsConsumer
NotificationsPublisher
PartialBackendBuilder
Repository
RepositoryReader
Storage
StorageDriver
edomata.backend.eventsourcing
AggregateState
Valid
Conflicted
Backend
BackendBuilder
CachedRepository
CommandHandler
CommandHandler
JournalReader
Notifications
Notifications
NotificationsConsumer
NotificationsPublisher
PartialBackendBuilder
Repository
RepositoryReader
RepositoryReader
SnapshotPersistence
SnapshotReader
SnapshotStore
SnapshotStore
Storage
StorageDriver
module-backend
/
edomata.backend.eventsourcing
/
AggregateState
/
Conflicted
Conflicted
edomata.backend.eventsourcing.AggregateState$.Conflicted
final case
class
Conflicted
[
S
,
E
,
R
](
last
:
S
,
onEvent
:
EventMessage
[
E
],
errors
:
Type
[
R
])
extends
AggregateState
[
S
,
E
,
R
]
Attributes
Source:
RepositoryReader.scala
Clear all
Members list
Concise view
Value members
Inherited methods
def
productElementNames
:
Iterator
[
String
]
Attributes
Inherited from:
Product
def
productIterator
:
Iterator
[
Any
]
Attributes
Inherited from:
Product
Inherited fields
val
isValid
:
Boolean
Attributes
Inherited from:
AggregateState
Source:
RepositoryReader.scala