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

ai.timefold.solver.benchmark.quarkus.deployment.BenchmarkConfigBuildItem Maven / Gradle / Ivy

There is a newer version: 1.16.0
Show newest version
package ai.timefold.solver.benchmark.quarkus.deployment;

import ai.timefold.solver.benchmark.config.PlannerBenchmarkConfig;

import io.quarkus.builder.item.SimpleBuildItem;

public final class BenchmarkConfigBuildItem extends SimpleBuildItem {
    private final PlannerBenchmarkConfig benchmarkConfig;

    public BenchmarkConfigBuildItem(PlannerBenchmarkConfig benchmarkConfig) {
        this.benchmarkConfig = benchmarkConfig;
    }

    public PlannerBenchmarkConfig getBenchmarkConfig() {
        return benchmarkConfig;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy