Package io.hyperfoil.api.session
Interface PhaseChangeHandler
-
public interface PhaseChangeHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.concurrent.CompletableFuture<java.lang.Void>onChange(Phase phase, PhaseInstance.Status status, boolean sessionLimitExceeded, java.lang.Throwable error)
-
-
-
Method Detail
-
onChange
java.util.concurrent.CompletableFuture<java.lang.Void> onChange(Phase phase, PhaseInstance.Status status, boolean sessionLimitExceeded, java.lang.Throwable error)
-
-