kg.apc.jmeter.vizualizers.MonitoringSampleGenerator Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jmeter-plugins-cmn-jmeter Show documentation
Show all versions of jmeter-plugins-cmn-jmeter Show documentation
Various utility classes to ease development of plugins
package kg.apc.jmeter.vizualizers;
public interface MonitoringSampleGenerator {
public void generateSample(double d, String string);
}