module-backend
0.11.1
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
/
OutboxReader
OutboxReader
edomata.backend.OutboxReader
trait
OutboxReader
[
F
[
_
],
N
]
Attributes
Source
Outbox.scala
Graph
Reset zoom
Hide graph
Show graph
Supertypes
class
Object
trait
Matchable
class
Any
Members list
Clear all
Value members
Abstract methods
def
markAllAsSent
(
items
:
Type
[
OutboxItem
[
N
]]):
F
[
Unit
]
Attributes
Source
Outbox.scala
def
read
:
Stream
[
F
,
OutboxItem
[
N
]]
Attributes
Source
Outbox.scala
Concrete methods
def
markAsSent
(
item
:
OutboxItem
[
N
],
others
:
OutboxItem
[
N
]*):
F
[
Unit
]
Attributes
Source
Outbox.scala
In this article
Attributes
Members list
Value members
Abstract methods
Concrete methods