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

io.quarkus.reactive.datasource.runtime.DataSourceReactiveBuildTimeConfig Maven / Gradle / Ivy

The newest version!
package io.quarkus.reactive.datasource.runtime;

import io.quarkus.runtime.annotations.ConfigGroup;
import io.smallrye.config.WithDefault;
import io.smallrye.config.WithParentName;

@ConfigGroup
public interface DataSourceReactiveBuildTimeConfig {

    /**
     * If we create a Reactive datasource for this datasource.
     */
    @WithDefault("true")
    @WithParentName
    boolean enabled();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy