| Enum | Description |
|---|---|
| DomainEventPublisher.PublisherType |
| Annotation Type | Description |
|---|---|
| DomainEvent |
A domain event is a full-fledged part of the domain model, a representation of something that happened in the domain.
|
| DomainEventHandler |
Identifies a domain event handler, i.e.
|
| DomainEventPublisher |
Identifies a domain event publisher, i.e.
|
| Externalized |
Annotation to marks domain events as to be externalized, which means that they are intended to be published to
infrastructure outside the application.
|
Copyright © 2023. All rights reserved.