| Interface | Description |
|---|---|
| AuditPersistence | |
| LifecycleAuditWriter |
This class implements the Facade pattern containing the responsibility to log the taskStep, map it to Entry
and log then entry just in order to avoid having too many classes to implement that depend on the
same AuditEntry implementation, which would enforce to add the generic to the holder/orchestrator class.
|