Skip to content

Commit 8d1a2d3

Browse files
Added constructor for the BackendClient
1 parent 72d2b7b commit 8d1a2d3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/main/java/io/github/delirius325/jmeter/backendlistener/elasticsearch/ElasticsearchBackendClient.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,10 @@ public class ElasticsearchBackendClient extends AbstractBackendListenerClient {
7171
private int bulkSize;
7272
private long timeoutMs;
7373

74+
public ElasticsearchBackendClient() {
75+
super();
76+
}
77+
7478
@Override
7579
public Arguments getDefaultParameters() {
7680
Arguments arguments = new Arguments();

0 commit comments

Comments
 (0)