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 classA publisher of domain events that holds subscribers in a list.classA 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 DomainEventPublisherCommonDomainRegistry.domainEventPublisher()Gives theDomainEventPublisherto use to publish domain events.