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

org.postgresql.log.Tracer Maven / Gradle / Ivy

There is a newer version: 5.0.0.9.pg
Show newest version
package io.mogdb.log;

/**
 * Tracker interface class.
 *
 */
public interface Tracer {
    /**
     * Used to obtain the globally unique trace id.
     *
     * @return trace id.
     */
    String getTraceId();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy