org.kairosdb.metrics4j.triggers.Trigger Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of metrics4j Show documentation
Show all versions of metrics4j Show documentation
Java library for reporting metrics to any timeseries database.
package org.kairosdb.metrics4j.triggers;
import org.kairosdb.metrics4j.PostConstruct;
public interface Trigger extends PostConstruct
{
void setMetricCollection(MetricCollection collection);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy