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

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

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

/**
 * Provides value of indicator
 */
@FunctionalInterface
public interface IndicationProvider {
    //TODO: change indicator value to double
    Long get() throws Exception;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy