Interface OpenFGABuildTimeConfig.Health
- Enclosing interface:
- OpenFGABuildTimeConfig
public static interface OpenFGABuildTimeConfig.Health
Health check configuration.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanenabled()Whether a health check is published in case the smallrye-health extension is present.
-
Method Details
-
enabled
@WithDefault("true") boolean enabled()Whether a health check is published in case the smallrye-health extension is present.
-