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

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

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

/**
 * Umbrella class for {@link AuditWriter} and {@link AuditFlusher}. This is interface has no functionality
 * and exists exclusively for binding semantics in {@link com.bazaarvoice.emodb.sor.DataStoreModule}
 */

public interface AuditStore extends AuditWriter, AuditFlusher {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy