us.abstracta.jmeter.javadsl.codegeneration.MethodCallBuilderRegistry Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jmeter-java-dsl Show documentation
Show all versions of jmeter-java-dsl Show documentation
Simple API to run JMeter performance tests in an VCS and programmers friendly way.
package us.abstracta.jmeter.javadsl.codegeneration;
import java.util.Optional;
public interface MethodCallBuilderRegistry {
T findBuilderByClass(Class builderClass);
Optional findBuilderMatchingContext(MethodCallContext methodCallContext);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy