Uses of Package
com.reallifedeveloper.common.application.eventstore

Package
Description
An implementation of an event store, i.e., a way to persist domain events.
Code to notify other systems about domain events that have occurred in this system and that have been saved in an EventStore.
Support classes for creating JPA repositories.