Interface SmallRyeHealthBuildFixedConfig


@ConfigRoot(phase=BUILD_AND_RUN_TIME_FIXED) @ConfigMapping(prefix="quarkus.smallrye-health") public interface SmallRyeHealthBuildFixedConfig
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Specify the reported DOWN responses should be aligned with RFC 9457 - Problem Details for HTTP APIs.
  • Method Details

    • includeProblemDetails

      @WithDefault("false") boolean includeProblemDetails()
      Specify the reported DOWN responses should be aligned with RFC 9457 - Problem Details for HTTP APIs.
      See Also: