Uses of Interface
io.hyperfoil.api.deployment.DeployedAgent
-
Packages that use DeployedAgent Package Description io.hyperfoil.api.deployment -
-
Uses of DeployedAgent in io.hyperfoil.api.deployment
Methods in io.hyperfoil.api.deployment that return DeployedAgent Modifier and Type Method Description DeployedAgentDeployer. start(Agent agent, java.lang.String runId, Benchmark benchmark, java.util.function.Consumer<java.lang.Throwable> exceptionHandler)Methods in io.hyperfoil.api.deployment with parameters of type DeployedAgent Modifier and Type Method Description voidDeployer. downloadAgentLog(DeployedAgent deployedAgent, long offset, java.lang.String destinationFile, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>> handler)
-