io.quarkus.funqy.lambda.config.AdvancedEventHandlingBuildTimeConfig Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of quarkus-funqy-amazon-lambda Show documentation
Show all versions of quarkus-funqy-amazon-lambda Show documentation
Amazon Lambda Binding for Quarkus Funqy framework
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