Package com.broadleafcommerce.audit.service
@NonNullApi
package com.broadleafcommerce.audit.service
- Author:
- Nathan Moore (nathandmoore)
-
ClassDescriptionResponsible for querying the
StorageProvider
for completedBatch
representations and pushing those to theIngestionProcessor
for parsing and subsequent persistence in the datastore.Handles endpoint fetch operations for viewing audit informationClusterService
responsible for interval polling workflows whose retention period have expired and deleting them.SeeAuditService
Asynchronously parsesBatch
representations intoAuditEvent
instances.Convenience wrapper for aSemaphore
instance to control acquisition and release of leases.