Uses of Package
com.reallifedeveloper.common.domain.event
Packages that use com.reallifedeveloper.common.domain.event
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 and interfaces for publishing and handling domain events.
Support classes for working with domain registries.
-
Classes in com.reallifedeveloper.common.domain.event used by com.reallifedeveloper.common.application.eventstoreClassDescriptionA domain-driven design domain event, i.e., something that happened that domain experts care about.A handler of domain events.
-
Classes in com.reallifedeveloper.common.domain.event used by com.reallifedeveloper.common.application.notificationClassDescriptionA domain-driven design domain event, i.e., something that happened that domain experts care about.
-
Classes in com.reallifedeveloper.common.domain.event used by com.reallifedeveloper.common.domain.eventClassDescriptionA domain-driven design domain event, i.e., something that happened that domain experts care about.A publisher of domain events.A handler of domain events.
-