edomata.backend.cqrs
package edomata.backend.cqrs
Members list
Concise view
Type members
Classlikes
Attributes
- Source:
- CommandHandler.scala
- Graph
- Supertypes
Attributes
- Source:
- Backend.scala
- Graph
- Supertypes
Attributes
- Source:
- Backend.scala
- Graph
- Supertypes
Attributes
- Companion:
- object
- Source:
- CommandHandler.scala
- Graph
- Supertypes
object CommandHandler
Attributes
- Companion:
- trait
- Source:
- CommandHandler.scala
- Graph
- Supertypes
- Self type
- CommandHandler.type
Attributes
- Companion:
- object
- Source:
- Notifications.scala
- Graph
- Supertypes
object Notifications
Attributes
- Companion:
- trait
- Source:
- Notifications.scala
- Graph
- Supertypes
- Self type
- Notifications.type
Attributes
- Source:
- Notifications.scala
- Graph
- Supertypes
- Known subtypes
- trait Notifications[F]
Attributes
- Source:
- Notifications.scala
- Graph
- Supertypes
- Known subtypes
- trait Notifications[F]
Attributes
- Source:
- Backend.scala
- Graph
- Supertypes
Attributes
- Source:
- Repository.scala
- Graph
- Supertypes
Attributes
- Source:
- RepositoryReader.scala
- Graph
- 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
- Graph
- Supertypes
Attributes
- Source:
- Storage.scala
- Graph
- Supertypes
Types
Attributes
- Source:
- CommandHandler.scala