Interface BulkAuditMapper<T>

All Superinterfaces:
Function<Collection<T>,List<AuditLogChangesetEntity>>
All Known Implementing Classes:
NoopAuditMapper
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface BulkAuditMapper<T> extends Function<Collection<T>,List<AuditLogChangesetEntity>>
Allows mapping a collection of entities processes by a BatchProcessor to a list of audit log changesets, to be persisted to generate an audit trail for the operation.