io.perfana.client.api.PerfanaCaller Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of perfana-java-client Show documentation
Show all versions of perfana-java-client Show documentation
Perfana java client for integrating performance test tools
package io.perfana.client.api;
public interface PerfanaCaller {
void callPerfanaEvent(PerfanaTestContext context, String eventDescription);
void callPerfanaTestEndpoint(PerfanaTestContext context, boolean complete);
}