Uses of Interface
io.quarkus.smallrye.health.deployment.SmallRyeHealthBuildTimeConfig

  • Uses of SmallRyeHealthBuildTimeConfig in io.quarkus.smallrye.health.deployment

    Modifier and Type
    Field
    Description
    SmallRyeHealthProcessor.OpenAPIIncluded.smallryeHealthBuildTimeConfig
     
    Modifier and Type
    Method
    Description
    (package private) io.quarkus.devui.spi.page.CardPageBuildItem
    SmallRyeHealthDevUiProcessor.create(io.quarkus.vertx.http.deployment.NonApplicationRootPathBuildItem nonApplicationRootPathBuildItem, SmallRyeHealthBuildTimeConfig config, io.quarkus.vertx.http.runtime.management.ManagementInterfaceBuildTimeConfig managementBuildTimeConfig, io.quarkus.deployment.builditem.LaunchModeBuildItem launchModeBuildItem, io.quarkus.smallrye.health.runtime.SmallRyeHealthRecorder unused)
     
    void
    SmallRyeHealthProcessor.defineHealthRoutes(io.quarkus.deployment.annotations.BuildProducer<io.quarkus.vertx.http.deployment.RouteBuildItem> routes, io.quarkus.arc.deployment.BeanArchiveIndexBuildItem beanArchiveIndex, io.quarkus.vertx.http.deployment.NonApplicationRootPathBuildItem nonApplicationRootPathBuildItem, SmallRyeHealthBuildTimeConfig healthConfig)
     
    (package private) void
    SmallRyeHealthProcessor.healthCheck(io.quarkus.deployment.annotations.BuildProducer<io.quarkus.arc.deployment.AdditionalBeanBuildItem> buildItemBuildProducer, List<io.quarkus.smallrye.health.deployment.spi.HealthBuildItem> healthBuildItems, SmallRyeHealthBuildTimeConfig smallryeHealthBuildTimeConfig)
     
    void
    SmallRyeHealthProcessor.includeInOpenAPIEndpoint(io.quarkus.deployment.annotations.BuildProducer<io.quarkus.smallrye.openapi.deployment.spi.AddToOpenAPIDefinitionBuildItem> openAPIProducer, io.quarkus.vertx.http.deployment.NonApplicationRootPathBuildItem nonApplicationRootPathBuildItem, io.quarkus.vertx.http.runtime.management.ManagementInterfaceBuildTimeConfig managementBuildTimeConfig, io.quarkus.deployment.Capabilities capabilities, SmallRyeHealthBuildTimeConfig healthConfig)
     
    void
    SmallRyeHealthProcessor.kubernetes(io.quarkus.vertx.http.deployment.NonApplicationRootPathBuildItem nonApplicationRootPathBuildItem, SmallRyeHealthBuildTimeConfig healthConfig, io.quarkus.vertx.http.runtime.management.ManagementInterfaceBuildTimeConfig managementBuildTimeConfig, io.quarkus.deployment.annotations.BuildProducer<io.quarkus.kubernetes.spi.KubernetesHealthLivenessPathBuildItem> livenessPathItemProducer, io.quarkus.deployment.annotations.BuildProducer<io.quarkus.kubernetes.spi.KubernetesHealthReadinessPathBuildItem> readinessPathItemProducer, io.quarkus.deployment.annotations.BuildProducer<io.quarkus.kubernetes.spi.KubernetesHealthStartupPathBuildItem> startupPathItemProducer, io.quarkus.deployment.annotations.BuildProducer<io.quarkus.kubernetes.spi.KubernetesProbePortNameBuildItem> port)
     
    void
    SmallRyeHealthProcessor.processSmallRyeHealthConfigValues(SmallRyeHealthBuildTimeConfig healthConfig, io.quarkus.deployment.annotations.BuildProducer<io.quarkus.deployment.builditem.RunTimeConfigurationDefaultBuildItem> config)
     
    (package private) void
    SmallRyeHealthProcessor.registerHealthUiHandler(io.quarkus.deployment.annotations.BuildProducer<io.quarkus.vertx.http.deployment.RouteBuildItem> routeProducer, io.quarkus.smallrye.health.runtime.SmallRyeHealthRecorder recorder, io.quarkus.vertx.http.deployment.webjar.WebJarResultsBuildItem webJarResultsBuildItem, io.quarkus.vertx.http.deployment.NonApplicationRootPathBuildItem nonApplicationRootPathBuildItem, io.quarkus.deployment.builditem.LaunchModeBuildItem launchMode, SmallRyeHealthBuildTimeConfig healthConfig, io.quarkus.deployment.annotations.BuildProducer<SmallRyeHealthBuildItem> smallryeHealthBuildProducer, io.quarkus.deployment.builditem.ShutdownContextBuildItem shutdownContext)
     
    (package private) void
    SmallRyeHealthProcessor.registerUiExtension(io.quarkus.vertx.http.deployment.NonApplicationRootPathBuildItem nonApplicationRootPathBuildItem, io.quarkus.vertx.http.runtime.management.ManagementInterfaceBuildTimeConfig managementBuildTimeConfig, SmallRyeHealthBuildTimeConfig healthConfig, io.quarkus.deployment.builditem.LaunchModeBuildItem launchModeBuildItem, io.quarkus.deployment.annotations.BuildProducer<io.quarkus.vertx.http.deployment.webjar.WebJarBuildItem> webJarBuildProducer)
     
    Modifier
    Constructor
    Description
    (package private)