edomata.backend.eventsourcing

Members list

Type members

Classlikes

enum AggregateState[+S, +E, +R](val isValid: Boolean)

Attributes

Source
RepositoryReader.scala
Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
case Valid[S]
case Conflicted[S, E, R]
trait Backend[F[_], S, E, R, N]

Attributes

Source
Backend.scala
Supertypes
class Object
trait Matchable
class Any
final class BackendBuilder[F[_], Codec[_], C, S, E, R, N]

Attributes

Source
Backend.scala
Supertypes
class Object
trait Matchable
class Any
final class CachedRepository[F[_], S, E, R, N](underlying: Repository[F, S, E, R, N], cmds: CommandStore[F], snapshot: SnapshotStore[F, S])(implicit evidence$1: Concurrent[F]) extends Repository[F, S, E, R, N]

Attributes

Source
CachedRepository.scala
Supertypes
trait Repository[F, S, E, R, N]
class Object
trait Matchable
class Any
trait CommandHandler[F[_], S, E, R, N]

Attributes

Companion
object
Source
CommandHandler.scala
Supertypes
class Object
trait Matchable
class Any

Attributes

Companion
trait
Source
CommandHandler.scala
Supertypes
class Object
trait Matchable
class Any
Self type
trait JournalReader[F[_], E]

Attributes

Source
JournalReader.scala
Supertypes
class Object
trait Matchable
class Any

Attributes

Companion
object
Source
Notifications.scala
Supertypes
class Object
trait Matchable
class Any
object Notifications

Attributes

Companion
trait
Source
Notifications.scala
Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Source
Notifications.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait Notifications[F]

Attributes

Source
Notifications.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait Notifications[F]
final class PartialBackendBuilder[C, S, E, R, N]

Attributes

Source
Backend.scala
Supertypes
class Object
trait Matchable
class Any
trait Repository[F[_], S, E, R, N]

Attributes

Source
Repository.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class CachedRepository[F, S, E, R, N]
trait RepositoryReader[F[_], S, E, R]

Attributes

Companion
object
Source
RepositoryReader.scala
Supertypes
class Object
trait Matchable
class Any

Attributes

Companion
trait
Source
RepositoryReader.scala
Supertypes
class Object
trait Matchable
class Any
Self type
trait SnapshotPersistence[F[_], S]

Attributes

Source
Snapshot.scala
Supertypes
class Object
trait Matchable
class Any
trait SnapshotReader[F[_], S]

Attributes

Source
Snapshot.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait SnapshotStore[F, S]
trait SnapshotStore[F[_], S] extends SnapshotReader[F, S]

Attributes

Companion
object
Source
Snapshot.scala
Supertypes
trait SnapshotReader[F, S]
class Object
trait Matchable
class Any
object SnapshotStore

Attributes

Companion
trait
Source
Snapshot.scala
Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Source
Storage.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
trait StorageDriver[F[_], Codec[_]]

Attributes

Source
StorageDriver.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class DoobieDriver[F]
class SkunkDriver[F]

Types

type CommandState[S, E, R] = AggregateState[S, E, R] | Redundant.type

Attributes

Source
RepositoryReader.scala
type SnapshotItem[S] = (StreamId, Valid[S])

Attributes

Source
Snapshot.scala