All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.bazaarvoice.emodb.sor.audit.AuditWriter Maven / Gradle / Ivy

There is a newer version: 6.5.190
Show newest version
package com.bazaarvoice.emodb.sor.audit;

import com.bazaarvoice.emodb.sor.api.Audit;

/**
 * Defines the interface for writing audits to long term storage.
 */
public interface AuditWriter {

    void persist(String table, String key, Audit audit, long auditTime);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy