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

com.vlkan.hrrs.replayer.metric.MetricReporter Maven / Gradle / Ivy

There is a newer version: 0.7.1
Show newest version
package com.vlkan.hrrs.replayer.metric;

import java.io.Closeable;

public interface MetricReporter extends Closeable {

    void start();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy