| Package | Description |
|---|---|
| org.fuin.ddd4j.ddd |
| Modifier and Type | Interface and Description |
|---|---|
interface |
DomainEvent<ID extends EntityId>
Domain event published by an entity.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDomainEvent<ID extends EntityId>
Base class for domain events.
|
class |
AbstractEvent
Base class for events.
|
| Constructor and Description |
|---|
AbstractDomainEvent(@NotNull EntityIdPath entityIdPath,
@NotNull Event respondTo)
Constructor with entity identifier path and event this one responds to.
|
AbstractEvent(@NotNull Event respondTo)
Constructor with event this one responds to.
|
Copyright © 2019 fuin.org (Germany). All Rights Reserved.