edomata.backend.cqrs
package edomata.backend.cqrs
Members list
Type members
Classlikes
Attributes
- Source
- CommandHandler.scala
- Supertypes
Attributes
- Source
- Backend.scala
- Supertypes
Attributes
- Source
- Backend.scala
- Supertypes
Attributes
- Companion
- object
- Source
- CommandHandler.scala
- Supertypes
object CommandHandler
Attributes
- Companion
- trait
- Source
- CommandHandler.scala
- Supertypes
- Self type
-
CommandHandler.type
trait Notifications[F[_]] extends NotificationsConsumer[F], NotificationsPublisher[F]
Attributes
- Companion
- object
- Source
- Notifications.scala
- Supertypes
-
trait NotificationsPublisher[F]trait NotificationsConsumer[F]class Objecttrait Matchableclass Any
object Notifications
Attributes
- Companion
- trait
- Source
- Notifications.scala
- Supertypes
- Self type
-
Notifications.type
Attributes
- Source
- Notifications.scala
- Supertypes
- Known subtypes
-
trait Notifications[F]
Attributes
- Source
- Notifications.scala
- Supertypes
- Known subtypes
-
trait Notifications[F]
Attributes
- Source
- Backend.scala
- Supertypes
trait Repository[F[_], S, E] extends RepositoryReader[F, S]
Attributes
- Source
- Repository.scala
- Supertypes
Attributes
- Source
- RepositoryReader.scala
- Supertypes
- Known subtypes
-
final case class Storage[F[_], S, N, R](repository: Repository[F, S, N], outbox: OutboxReader[F, N], updates: NotificationsConsumer[F])
Attributes
- Source
- Storage.scala
- Supertypes
Attributes
- Source
- Storage.scala
- Supertypes
- Known subtypes
-
class DoobieCQRSDriver[F]class SkunkCQRSDriver[F]
Types
Attributes
- Source
- CommandHandler.scala
In this article