See: Description
| Interface | Description |
|---|---|
| DomainEventTrackerConfiguration |
Configuration that a service doing event tracking must have.
|
| Class | Description |
|---|---|
| DomainEventTracker |
Helper that enables a service to easily track transactions.
|
| EventParameters |
Utility class to pick out parameters by name or index as strings from a DomainEventValue
|
| EventRouter<T extends Throwable> |
Event handling router.
|
| Events |
Helper methods for working with Iterables of DomainEvents and UnitOfWorkDomainEventsValue.
|
| UnitOfWorkRouter<T extends Throwable> |
UnitOfWork handling router.
|