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

com.dnastack.audit.util.AuditTracer Maven / Gradle / Ivy

The newest version!
package com.dnastack.audit.util;

public interface AuditTracer {

    public String currentTraceId();
    public String currentSpanId();
    public void setCurrentSpanError(Throwable throwable);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy