| 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. logic to process a
DomainEvent. |
| DomainEventPublisher |
Identifies a domain event publisher, i.e. logic to publish a
DomainEvent. |
Copyright © 2021. All rights reserved.