Interface BaseLogEntryProvider

All Known Implementing Classes:
LogEntryProvider, MongoDBAuditBackend.MongoDBLogEntryProvider

public interface BaseLogEntryProvider
Minimal interface extracted to be able to share some code inside the AbstractAuditBackend
Author:
tiry
  • Method Details

    • addLogEntry

      void addLogEntry(LogEntry entry)
    • removeEntries

      int removeEntries(String eventId, String pathPattern)