Package com.reallifedeveloper.common.application.eventstore
package com.reallifedeveloper.common.application.eventstore
An implementation of an event store, i.e., a way to persist domain events.
- Author:
- RealLifeDeveloper
-
ClassDescriptionA
DomainEventSubscriber
that stores all events using aEventStore
.A representation of aDomainEvent
that can be stored in a database.A repository for working withStoredEvent
objects.