![JAR search and dependency download from the Maven repository](/logo.png)
io.getunleash.metric.MetricSender Maven / Gradle / Ivy
package io.getunleash.metric;
public interface MetricSender {
int registerClient(ClientRegistration registration);
int sendMetrics(ClientMetrics metrics);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy