edomata.backend.eventsourcing
package edomata.backend.eventsourcing
Members list
Concise view
Type members
Classlikes
Attributes
- Source:
- RepositoryReader.scala
- Graph
- Supertypes
- Known subtypes
- case Valid[S]
Attributes
- Source:
- Backend.scala
- Graph
- Supertypes
Attributes
- Source:
- Backend.scala
- Graph
- Supertypes
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
- 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
- Source:
- JournalReader.scala
- Graph
- Supertypes
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
- Known subtypes
Attributes
- Companion:
- object
- Source:
- RepositoryReader.scala
- Graph
- Supertypes
object RepositoryReader
Attributes
- Companion:
- trait
- Source:
- RepositoryReader.scala
- Graph
- Supertypes
- Self type
- RepositoryReader.type
Attributes
- Source:
- Snapshot.scala
- Graph
- Supertypes
Attributes
- Source:
- Snapshot.scala
- Graph
- Supertypes
- Known subtypes
Attributes
- Companion:
- object
- Source:
- Snapshot.scala
- Graph
- Supertypes
object SnapshotStore
Attributes
- Companion:
- trait
- Source:
- Snapshot.scala
- Graph
- Supertypes
- Self type
- SnapshotStore.type
final case class Storage[F[_], S, E, R, N](repository: Repository[F, S, E, R, N], reader: RepositoryReader[F, S, E, R], journal: JournalReader[F, E], outbox: OutboxReader[F, N], updates: NotificationsConsumer[F])
Attributes
- Source:
- Storage.scala
- Graph
- Supertypes
Attributes
- Source:
- StorageDriver.scala
- Graph
- Supertypes