Class OpenFGABuildTimeConfig


  • @ConfigRoot(name="openfga",
                phase=BUILD_TIME)
    public class OpenFGABuildTimeConfig
    extends Object
    • Field Detail

      • healthEnabled

        @ConfigItem(name="health.enabled",
                    defaultValue="true")
        public boolean healthEnabled
        Whether a health check is published in case the smallrye-health extension is present.
      • tracingEnabled

        @ConfigItem(name="tracing.enabled")
        public boolean tracingEnabled
        Whether tracing spans of client commands are reported.
    • Constructor Detail

      • OpenFGABuildTimeConfig

        public OpenFGABuildTimeConfig()