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

io.perfana.event.PerfanaEventBroadcaster Maven / Gradle / Ivy

There is a newer version: 3.0.1
Show newest version
package io.perfana.event;

public interface PerfanaEventBroadcaster {

    void broadcastBeforeTest(String testId, PerfanaEventProperties eventProperties);

    void broadcastAfterTest(String testId, PerfanaEventProperties eventProperties);

    void broadCastKeepAlive(String testd, PerfanaEventProperties eventProperties);

    void broadcastCustomEvent(String testd, PerfanaEventProperties eventProperties, ScheduleEvent event);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy