Interface AuditEventRepositoryFactory
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
For creating Redis
AuditEventRepository beans.-
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.boot.actuate.audit.AuditEventRepositorycreate(String name, AuditEventMapper auditEventMapper, Predicate<org.springframework.boot.actuate.audit.AuditEvent> filter) Creates anAuditEventRepository.
-
Method Details
-
create
org.springframework.boot.actuate.audit.AuditEventRepository create(String name, AuditEventMapper auditEventMapper, Predicate<org.springframework.boot.actuate.audit.AuditEvent> filter) Creates anAuditEventRepository.- Parameters:
name- the Redis name for the list/timeseriesauditEventMapper- the event mapperfilter- the filter predicate- Returns:
- an
AuditEventRepository
-