org.postgresql.log.Tracer Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mogdb-jdbc Show documentation
Show all versions of mogdb-jdbc Show documentation
Java JDBC driver for MogDB
package io.mogdb.log;
/**
* Tracker interface class.
*
*/
public interface Tracer {
/**
* Used to obtain the globally unique trace id.
*
* @return trace id.
*/
String getTraceId();
}