Uses of Class
org.mockserver.mock.audit.AuditEntry
Packages that use AuditEntry
-
Uses of AuditEntry in org.mockserver.mock.audit
Methods in org.mockserver.mock.audit that return types with arguments of type AuditEntryModifier and TypeMethodDescriptionAuditStore.getRecent(int limit) Returns up tolimitmost-recent entries, newest first.Methods in org.mockserver.mock.audit with parameters of type AuditEntryModifier and TypeMethodDescriptionvoidAuditStore.add(AuditEntry entry) voidAuditFileSink.write(AuditEntry entry, String configuredPath) Appendsentryas a single NDJSON line to the configured audit log file, flushing per line.