edomata.backend.cqrs

Members list

Type members

Classlikes

final case class AggregateState[S](state: S, version: SeqNr)

Attributes

Source
CommandHandler.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
trait Backend[F[_], S, R, N]

Attributes

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

Attributes

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

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

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, R, N]

Attributes

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

Attributes

Source
Repository.scala
Supertypes
trait RepositoryReader[F, S]
class Object
trait Matchable
class Any
trait RepositoryReader[F[_], S]

Attributes

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

Attributes

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

Attributes

Source
Storage.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class DoobieCQRSDriver[F]
class SkunkCQRSDriver[F]

Types

Attributes

Source
CommandHandler.scala