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

org.usergrid.persistence.cassandra.util.TraceTagReporter Maven / Gradle / Ivy

There is a newer version: 0.0.27.1
Show newest version
package org.usergrid.persistence.cassandra.util;

/**
 * @author zznate
 */
public interface TraceTagReporter {

    void report(TraceTag traceTag);

    void reportUnattached(TimedOpTag timedOpTag);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy