![JAR search and dependency download from the Maven repository](/logo.png)
io.hyperfoil.api.session.PhaseChangeHandler Maven / Gradle / Ivy
package io.hyperfoil.api.session;
import java.util.concurrent.CompletableFuture;
import io.hyperfoil.api.config.Phase;
public interface PhaseChangeHandler {
CompletableFuture onChange(Phase phase, PhaseInstance.Status status, boolean sessionLimitExceeded, Throwable error);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy