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
/
CommandHandler
CommandHandler
edomata.backend.eventsourcing.CommandHandler
See the
CommandHandler
companion object
trait
CommandHandler
[
F
[
_
],
S
,
E
,
R
,
N
]
Attributes
Companion:
object
Source:
CommandHandler.scala
Graph
Reset zoom
Hide graph
Show graph
Supertypes
class
Object
trait
Matchable
class
Any
Clear all
Members list
Concise view
Value members
Abstract methods
def
apply
[
C
](
app
:
Edomaton
[
F
,
RequestContext
[
C
,
S
],
R
,
E
,
N
,
Unit
])(
using
ModelTC
[
S
,
E
,
R
]): (
F
,
CommandMessage
[
C
])
=>
R
Attributes
Source:
CommandHandler.scala