Uses of Record Class
com.svenruppert.jsentinel.audit.AuditEnvelope
Packages that use AuditEnvelope
-
Uses of AuditEnvelope in com.svenruppert.jsentinel.audit
Methods in com.svenruppert.jsentinel.audit that return AuditEnvelopeModifier and TypeMethodDescriptionAuditEventStore.append(TenantId tenant, AuditEvent event) Persists an audit event under the given tenant scope and returns the resulting envelope (including the store-assigned identifier).InMemoryAuditEventStore.append(TenantId tenant, AuditEvent event) Methods in com.svenruppert.jsentinel.audit that return types with arguments of type AuditEnvelopeModifier and TypeMethodDescriptionAuditEventStore.query(TenantId tenant, AuditQuery query) Returns every persisted envelope undertenantthat matchesquery, in insertion order (oldest first).InMemoryAuditEventStore.query(TenantId tenant, AuditQuery query)