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

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

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

/**
 * Primary interface for persisting audits as part of a graceful shutdown.
 * Once {@link #flushAndShutdown()} has returned, all audits have been sucessfully persisted and it is safe
 * to shutdown.
 */
public interface AuditFlusher {
    void flushAndShutdown();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy