Interface TimefoldBenchmarkBuildTimeConfig


@ConfigMapping(prefix="quarkus.timefold.benchmark") @ConfigRoot(phase=BUILD_TIME) public interface TimefoldBenchmarkBuildTimeConfig
During build time, this is translated into Timefold's Config classes.
  • Field Details

  • Method Details

    • solverBenchmarkConfigXml

      Optional<String> solverBenchmarkConfigXml()
      A classpath resource to read the benchmark configuration XML. Defaults to "solverBenchmarkConfig.xml". If this property isn't specified, that solverBenchmarkConfig.xml is optional.