edomata-docs
0.9.1
edomata-docs
API
edomata.backend
Backend
BackendError
BackendError
MaxRetryExceeded
PersistenceError
UnknownError
VersionConflict
Cache
Cache
CommandState
Redundant
CommandStore
CommandStore
EventMessage
EventMetadata
OutboxConsumer
OutboxItem
OutboxReader
PGNamespace
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
edomata.core
Action
Action
ActionCatsInstances
ActionConstructors
CQRSDomain
CQRSDomainDSL
CQRSModel
Service
CommandMessage
CommandMessage
Decision
Decision
Accepted
InDecisive
Rejected
DecisionCatsInstances0
DecisionCatsInstances1
DecisionConstructors
DecisionT
DecisionT
DecisionTCatsInstances
DecisionTConstructors
Domain
DomainCompiler
DomainDSL
DomainModel
Service
Edomaton
Edomaton
EdomatonConstructors
EdomatonInstances
EdomatonResult
Accepted
Indecisive
Rejected
Conflicted
MessageMetadata
MessageMetadata
ModelTC
RaiseError
RaiseError
RequestContext
ResponseD
ResponseE
ResponseT
ResponseT
ResponseT2CatsInstances0
ResponseT2CatsInstances1
ResponseT2Constructors
StateModelTC
Stomaton
Stomaton
StomatonConstructors
StomatonInstances
edomata.doobie
BackendCodec
BackendCodec
Binary
Json
JsonB
JsonBase
CirceCodec
DoobieCQRSDriver
DoobieCQRSDriver
DoobieDriver
DoobieDriver
DoobieHandler
UpickleCodec
edomata.munit
DomainSuite
edomata.skunk
BackendCodec
BackendCodec
Binary
Json
JsonB
CirceCodec
SkunkCQRSDriver
SkunkCQRSDriver
SkunkDriver
SkunkDriver
SkunkHandler
UpickleCodec
edomata.syntax
AllSyntax
all
cqrs
decision
domain
edomaton
stomaton
tests
BackendCompatibilitySuite
CqrsSuite
PersistenceSuite
PreparedData
StorageSuite
TestCQRSModel
TestDomain
edomata-docs
/
edomata.backend.cqrs
/
Repository
Repository
edomata.backend.cqrs.Repository
trait
Repository
[
F
[
_
],
S
,
E
]
extends
RepositoryReader
[
F
,
S
]
Attributes
Source:
Repository.scala
Graph
Reset zoom
Hide graph
Show graph
Supertypes
trait
RepositoryReader
[
F
,
S
]
class
Object
trait
Matchable
class
Any
Clear all
Members list
Concise view
Value members
Abstract methods
def
load
(
cmd
:
CommandMessage
[
_
]):
F
[
CommandState
[
S
]]
Attributes
Source:
Repository.scala
def
notify
(
ctx
:
CommandMessage
[
_
],
notifications
:
Type
[
E
]):
F
[
Unit
]
Attributes
Source:
Repository.scala
def
save
(
ctx
:
CommandMessage
[
_
],
version
:
SeqNr
,
newState
:
S
,
events
:
Chain
[
E
]):
F
[
Unit
]
Attributes
Source:
Repository.scala
Inherited methods
def
get
(
id
:
StreamId
):
F
[
AggregateState
[
S
]]
Attributes
Inherited from:
RepositoryReader
Source:
RepositoryReader.scala