Class OpenFGABuildTimeConfig
java.lang.Object
io.quarkiverse.openfga.deployment.OpenFGABuildTimeConfig
-
Field Summary
FieldsModifier and TypeFieldDescriptionDev services configuration.booleanWhether a health check is published in case the smallrye-health extension is present.booleanWhether tracing spans of client commands are reported. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
healthEnabled
@ConfigItem(name="health.enabled", defaultValue="true") public boolean healthEnabledWhether a health check is published in case the smallrye-health extension is present. -
tracingEnabled
@ConfigItem(name="tracing.enabled") public boolean tracingEnabledWhether tracing spans of client commands are reported. -
devservices
Dev services configuration.
-
-
Constructor Details
-
OpenFGABuildTimeConfig
public OpenFGABuildTimeConfig()
-