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

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

The newest version!
package io.getunleash.metric;

import java.util.Set;

public interface UnleashMetricService {
    void register(Set strategies);

    void count(String toggleName, boolean active);

    void countVariant(String toggleName, String variantName);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy