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

ru.fix.aggregating.profiler.LabelSticker Maven / Gradle / Ivy

There is a newer version: 1.6.6
Show newest version
package ru.fix.aggregating.profiler;

import java.util.Map;

/**
 *
 * @author Andrey Kiselev
 */

public interface LabelSticker {
    String EMPTY_VALUE = "";
    Map buildLabels(String identityName);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy