All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.vlkan.hrrs.replayer.jtl.JtlPrinter Maven / Gradle / Ivy

There is a newer version: 0.7.1
Show newest version
package com.vlkan.hrrs.replayer.jtl;

import java.io.Closeable;

public interface JtlPrinter extends Closeable {

    void print(long timestampMillis, String label, int statusCode, long latency, String threadName);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy