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

com.flozano.metrics.BackgroundReporter Maven / Gradle / Ivy

The newest version!
package com.flozano.metrics;

import java.util.concurrent.TimeUnit;
import java.util.function.Supplier;

interface BackgroundReporter extends AutoCloseable {

	void addGauge(Gauge gauge, Supplier producer, long time, TimeUnit unit);

	@Override
	void close();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy