module-backend
0.12.3
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
/
edomata.backend.eventsourcing
/
RepositoryReader
RepositoryReader
edomata.backend.eventsourcing.RepositoryReader
See the
RepositoryReader
companion object
trait
RepositoryReader
[
F
[
_
],
S
,
E
,
R
]
Attributes
Companion
object
Source
RepositoryReader.scala
Graph
Reset zoom
Hide graph
Show graph
Supertypes
class
Object
trait
Matchable
class
Any
Members list
Clear all
Value members
Abstract methods
def
get
(
streamId
:
StreamId
):
F
[
AggregateState
[
S
,
E
,
R
]]
Attributes
Source
RepositoryReader.scala
def
history
(
streamId
:
StreamId
):
Stream
[
F
,
AggregateState
[
S
,
E
,
R
]]
Attributes
Source
RepositoryReader.scala
In this article
Attributes
Members list
Value members
Abstract methods