kg.apc.jmeter.jmxmon.JMXMonSampleGenerator Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jmeter-plugins-extras Show documentation
Show all versions of jmeter-plugins-extras Show documentation
Custom plugins set for Apache JMeter
package kg.apc.jmeter.jmxmon;
public interface JMXMonSampleGenerator {
public void generateSample(double d, String string);
}