module-backend
0.10.1
module-backend
API
edomata.backend
Backend
BackendError
BackendError
MaxRetryExceeded
PersistenceError
UnknownError
VersionConflict
Cache
Cache
CommandState
Redundant
CommandStore
CommandStore
EventMessage
EventMetadata
OutboxConsumer
OutboxItem
OutboxReader
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
module-backend
/
edomata.backend.eventsourcing
/
SnapshotStore
SnapshotStore
edomata.backend.eventsourcing.SnapshotStore$
See the
SnapshotStore
companion trait
object
SnapshotStore
Attributes
Companion:
trait
Source:
Snapshot.scala
Graph
Reset zoom
Hide graph
Show graph
Supertypes
class
Object
trait
Matchable
class
Any
Self type
SnapshotStore
.type
Clear all
Members list
Concise view
Value members
Concrete methods
def
inMem
[
F
[
_
] :
Async
,
S
](
size
:
Int
):
F
[
SnapshotStore
[
F
,
S
]]
Attributes
Source:
Snapshot.scala
def
persisted
[
F
[
_
],
S
](
store
:
SnapshotPersistence
[
F
,
S
],
size
:
Int
,
maxBuffer
:
Int
,
maxWait
:
FiniteDuration
,
flushOnExit
:
Boolean
)(
using
F
:
Async
[
F
]):
Resource
[
F
,
SnapshotStore
[
F
,
S
]]
Attributes
Source:
Snapshot.scala