Uses of Interface
us.abstracta.jmeter.javadsl.codegeneration.MethodCallContext.MethodCallContextEndListener
-
Packages that use MethodCallContext.MethodCallContextEndListener Package Description us.abstracta.jmeter.javadsl.codegeneration -
-
Uses of MethodCallContext.MethodCallContextEndListener in us.abstracta.jmeter.javadsl.codegeneration
Methods in us.abstracta.jmeter.javadsl.codegeneration with parameters of type MethodCallContext.MethodCallContextEndListener Modifier and Type Method Description voidMethodCallContext. addEndListener(MethodCallContext.MethodCallContextEndListener listener)Allows registering logic that needs to be executed at the end of MethodCall build for this context.
-