module-backend
0.11.4
module-backend
API
edomata.backend
cqrs
AggregateState
Backend
BackendBuilder
CommandHandler
CommandHandler
Notifications
Notifications
NotificationsConsumer
NotificationsPublisher
PartialBackendBuilder
Repository
RepositoryReader
Storage
StorageDriver
eventsourcing
AggregateState
Valid
Conflicted
Backend
BackendBuilder
CachedRepository
CommandHandler
CommandHandler
JournalReader
Notifications
Notifications
NotificationsConsumer
NotificationsPublisher
PartialBackendBuilder
Repository
RepositoryReader
RepositoryReader
SnapshotPersistence
SnapshotReader
SnapshotStore
SnapshotStore
Storage
StorageDriver
Backend
BackendError
BackendError
MaxRetryExceeded
PersistenceError
UnknownError
VersionConflict
Cache
Cache
CommandState
Redundant
CommandStore
CommandStore
EventMessage
EventMetadata
OutboxConsumer
OutboxItem
OutboxReader
module-backend
/
edomata.backend
/
edomata.backend.eventsourcing
/
Backend
Backend
edomata.backend.eventsourcing.Backend
trait
Backend
[
F
[
_
],
S
,
E
,
R
,
N
]
Attributes
Source
Backend.scala
Graph
Reset zoom
Hide graph
Show graph
Supertypes
class
Object
trait
Matchable
class
Any
Members list
Clear all
Value members
Abstract methods
def
compile
:
CommandHandler
[
F
,
S
,
E
,
R
,
N
]
Attributes
Source
Backend.scala
def
journal
:
JournalReader
[
F
,
E
]
Attributes
Source
Backend.scala
def
outbox
:
OutboxReader
[
F
,
N
]
Attributes
Source
Backend.scala
def
repository
:
RepositoryReader
[
F
,
S
,
E
,
R
]
Attributes
Source
Backend.scala
def
updates
:
NotificationsConsumer
[
F
]
Attributes
Source
Backend.scala
In this article
Attributes
Members list
Value members
Abstract methods