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

io.hyperfoil.tools.qdup.cmd.DispatchObserver Maven / Gradle / Ivy

Go to download

Coordinate multiple terminal shell connections for queuing performance tests and collecting output files

There is a newer version: 0.8.3
Show newest version
package io.hyperfoil.tools.qdup.cmd;

public interface DispatchObserver {
    default void preStart(){}
    default void postStop(){}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy