Module org.jmolecules.event
Package org.jmolecules.event.annotation
package org.jmolecules.event.annotation
-
ClassDescriptionA domain event is a full-fledged part of the domain model, a representation of something that happened in the domain.Identifies a domain event handler, i.e. logic to process a
DomainEvent.Identifies a domain event publisher, i.e. logic to publish aDomainEvent.Annotation to marks domain events as to be externalized, which means that they are intended to be published to infrastructure outside the application.