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

io.hyperfoil.cli.commands.HostCompleter Maven / Gradle / Ivy

There is a newer version: 0.27.1
Show newest version
package io.hyperfoil.cli.commands;

public class HostCompleter extends HyperfoilOptionCompleter {
   public HostCompleter() {
      super(context -> context.suggestedControllerHosts().stream());
   }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy