module-sql-backend
module-sql-backend
edomata.backend
AggregateState
Valid
Conflicted
Backend
BackendError
BackendError
MaxRetryExceeded
PersistenceError
UnknownError
VersionConflict
Cache
Cache
CachedRepository
CommandHandler
CommandHandler
CommandState
Redundant
CommandStore
CommandStore
EventMessage
EventMetadata
JournalReader
Notifications
Notifications
NotificationsConsumer
NotificationsPublisher
OutboxItem
OutboxReader
PGNamespace
Repository
RepositoryReader
RepositoryReader
SnapshotPersistence
SnapshotReader
SnapshotStore
SnapshotStore
module-sql-backend
/
edomata.backend
/
Notifications
Notifications
trait
Notifications
[
F
[
_
]]
extends
NotificationsConsumer
[
F
]
with
NotificationsPublisher
[
F
]
Companion:
object
Graph
Supertypes
trait
NotificationsPublisher
[
F
]
trait
NotificationsConsumer
[
F
]
class
Object
trait
Matchable
class
Any
Value members
Value members
Inherited methods
def
journal
:
Stream
[
F
,
Unit
]
Inherited from:
NotificationsConsumer
def
notifyJournal
:
F
[
Unit
]
Inherited from:
NotificationsPublisher
def
notifyOutbox
:
F
[
Unit
]
Inherited from:
NotificationsPublisher
def
outbox
:
Stream
[
F
,
Unit
]
Inherited from:
NotificationsConsumer