Uses of Package
com.reallifedeveloper.common.application.eventstore
Packages that use 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.
-
Classes in com.reallifedeveloper.common.application.eventstore used by com.reallifedeveloper.common.application.eventstoreClassDescriptionA representation of a
DomainEvent
that can be stored in a database.A repository for working withStoredEvent
objects. -
Classes in com.reallifedeveloper.common.application.eventstore used by com.reallifedeveloper.common.application.notification
-
Classes in com.reallifedeveloper.common.application.eventstore used by com.reallifedeveloper.common.infrastructure.persistenceClassDescriptionA representation of a
DomainEvent
that can be stored in a database.A repository for working withStoredEvent
objects.