Uses of Interface
com.reallifedeveloper.common.domain.event.DomainEventPublisher
Packages that use DomainEventPublisher
Package
Description
Support classes and interfaces for publishing and handling domain events.
Support classes for working with domain registries.
-
Uses of DomainEventPublisher in com.reallifedeveloper.common.domain.event
Classes in com.reallifedeveloper.common.domain.event that implement DomainEventPublisherModifier and TypeClassDescriptionfinal class
A publisher of domain events that holds subscribers in a list.class
A publisher of domain events that keeps track of subscribers on a per-thread basis. -
Uses of DomainEventPublisher in com.reallifedeveloper.common.domain.registry
Methods in com.reallifedeveloper.common.domain.registry that return DomainEventPublisherModifier and TypeMethodDescriptionstatic DomainEventPublisher
CommonDomainRegistry.domainEventPublisher()
Gives theDomainEventPublisher
to use to publish domain events.