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

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

package io.hyperfoil.cli.commands;

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy