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
DomainEventSubscriberthat stores all events using aEventStore.A representation of aDomainEventthat can be stored in a database.A repository for working withStoredEventobjects.