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

com.spt.development.audit.spring.AuditEventWriter Maven / Gradle / Ivy

package com.spt.development.audit.spring;

/**
 * Writes audit events.
 */
public interface AuditEventWriter {

    /**
     * Writes an audit event.
     *
     * @param auditEvent the audit event to write.
     */
    void write(AuditEvent auditEvent);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy