Interface AuditBackend.CursorServiceScroll<C,O>

Type Parameters:
C - The cursor type, for instance Iterator
O - The object type, for instance LogEntry or third party type
All Superinterfaces:
AuditAdmin, AuditBackend, AuditBackend<LogEntry>, AuditLogger<LogEntry>, AuditReader<LogEntry>, Logs<LogEntry>
All Known Implementing Classes:
MemAuditBackend, MongoDBAuditBackend, OpenSearchAuditBackend
Enclosing interface:
AuditBackend

public static interface AuditBackend.CursorServiceScroll<C,O> extends AuditBackend
Interface adding the cursor service capabilities to the audit backend. The cursor service is used to scroll large result sets of log entries
Since:
2025.18