Package io.hyperfoil.api.session
Interface PhaseChangeHandler
public interface PhaseChangeHandler
-
Method Summary
Modifier and TypeMethodDescriptiononChange(Phase phase, PhaseInstance.Status status, boolean sessionLimitExceeded, Throwable error)
-
Method Details
-
onChange
CompletableFuture<Void> onChange(Phase phase, PhaseInstance.Status status, boolean sessionLimitExceeded, Throwable error)
-