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

io.getunleash.metric.MetricSender Maven / Gradle / Ivy

The newest version!
package io.getunleash.metric;

public interface MetricSender {
    int registerClient(ClientRegistration registration);

    int sendMetrics(ClientMetrics metrics);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy