public abstract class DslBackendListener<T extends DslBackendListener<T>> extends BaseListener
| Modifier and Type | Class and Description |
|---|---|
protected static class |
DslBackendListener.BackendListenerCodeBuilder |
| Modifier and Type | Field and Description |
|---|---|
protected Class<? extends org.apache.jmeter.visualizers.backend.BackendListenerClient> |
listenerClass |
protected int |
queueSize |
protected String |
url |
guiClass, name| Modifier | Constructor and Description |
|---|---|
protected |
DslBackendListener(Class<? extends org.apache.jmeter.visualizers.backend.BackendListenerClient> listenerClass,
String url) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract org.apache.jmeter.config.Arguments |
buildListenerArguments() |
protected org.apache.jmeter.testelement.TestElement |
buildTestElement() |
T |
queueSize(int queueSize)
Specifies the length of sample results queue used to asynchronously send the information to the
backend service.
|
buildConfiguredTestElement, buildTestElementGui, buildTreeUnder, configureTestElement, durationToSeconds, loadBeanProperties, showAndWaitFrameWith, showFrameWith, showInGui, showTestElementGuiclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuildTreeUnder, showInGuiprotected final String url
protected final Class<? extends org.apache.jmeter.visualizers.backend.BackendListenerClient> listenerClass
protected int queueSize
public T queueSize(int queueSize)
When the queue reaches this limit, then the test plan execution will be affected since sample results will get blocked until there is space in the queue, affecting the general execution of the test plan and in consequence collected metrics.
When not specified, this value defaults to 5000.
queueSize - the size of the queue to use.protected org.apache.jmeter.testelement.TestElement buildTestElement()
buildTestElement in class BaseTestElementprotected abstract org.apache.jmeter.config.Arguments buildListenerArguments()
Copyright © 2023. All rights reserved.