module-sql-backend
0.6.0
module-sql-backend
edomata.backend
AggregateState
Valid
Conflicted
Backend
Backend
Builder
PartialBuilder
BackendError
BackendError
MaxRetryExceeded
PersistenceError
UnknownError
VersionConflict
Cache
Cache
CachedRepository
CommandHandler
CommandHandler
CommandState
Redundant
CommandStore
CommandStore
EventMessage
EventMetadata
JournalReader
Notifications
Notifications
NotificationsConsumer
NotificationsPublisher
OutboxConsumer
OutboxItem
OutboxReader
PGNamespace
Repository
RepositoryReader
RepositoryReader
SnapshotPersistence
SnapshotReader
SnapshotStore
SnapshotStore
Storage
StorageDriver
module-sql-backend
/
edomata.backend
/
OutboxConsumer
OutboxConsumer
object
OutboxConsumer
Source:
OutboxConsumer.scala
Graph
Supertypes
Self type
class
Object
trait
Matchable
class
Any
OutboxConsumer
.type
Value members
Value members
Concrete methods
def
apply
[
F
[
_
],
S
,
E
,
R
,
N
](
backend:
Backend
[
F
,
S
,
E
,
R
,
N
])(
run:
OutboxItem
[
N
]
=>
F
[
Unit
])(
using
F:
Monad
[
F
]):
Stream
[
F
,
Nothing
]
Source:
OutboxConsumer.scala