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

io.quarkus.funqy.lambda.config.AdvancedEventHandlingBuildTimeConfig Maven / Gradle / Ivy

The newest version!
package io.quarkus.funqy.lambda.config;

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

/**
 * Advanced event handling build time configuration
 */
@ConfigGroup
public interface AdvancedEventHandlingBuildTimeConfig {

    /**
     * If advanced event handling should be enabled
     */
    @WithDefault("true")
    boolean enabled();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy