Class SmallRyeHealthProcessor

java.lang.Object
io.quarkus.smallrye.health.deployment.SmallRyeHealthProcessor

class SmallRyeHealthProcessor extends Object
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    (package private) static class 
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    (package private) List<io.quarkus.deployment.builditem.HotDeploymentWatchedFileBuildItem>
     
    (package private) void
    build(io.quarkus.smallrye.health.runtime.SmallRyeHealthRecorder recorder, io.quarkus.deployment.annotations.BuildProducer<io.quarkus.arc.deployment.ExcludedTypeBuildItem> excludedTypes, io.quarkus.deployment.annotations.BuildProducer<io.quarkus.arc.deployment.AdditionalBeanBuildItem> additionalBean, io.quarkus.deployment.annotations.BuildProducer<io.quarkus.arc.deployment.BeanDefiningAnnotationBuildItem> beanDefiningAnnotation)
     
    void
    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
    healthCheck(io.quarkus.deployment.annotations.BuildProducer<io.quarkus.arc.deployment.AdditionalBeanBuildItem> buildItemBuildProducer, List<io.quarkus.smallrye.health.deployment.spi.HealthBuildItem> healthBuildItems, SmallRyeHealthBuildTimeConfig smallryeHealthBuildTimeConfig)
     
    void
    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
    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
    processSmallRyeHealthConfigValues(SmallRyeHealthBuildTimeConfig healthConfig, io.quarkus.deployment.annotations.BuildProducer<io.quarkus.deployment.builditem.RunTimeConfigurationDefaultBuildItem> config)
     
    (package private) void
    processSmallRyeHealthRuntimeConfig(io.quarkus.smallrye.health.runtime.SmallRyeHealthRecorder recorder)
     
    (package private) void
    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
    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)
     
    (package private) void
    shutdownHealthCheck(io.quarkus.deployment.shutdown.ShutdownBuildTimeConfig buildTimeConfig, io.quarkus.deployment.annotations.BuildProducer<io.quarkus.arc.deployment.AdditionalBeanBuildItem> additionalBeanProducer)
     
    (package private) io.quarkus.deployment.builditem.ShutdownListenerBuildItem
     
    updateApiUrl(String original, String healthPath)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • SmallRyeHealthProcessor

      SmallRyeHealthProcessor()
  • Method Details

    • brandingFiles

      List<io.quarkus.deployment.builditem.HotDeploymentWatchedFileBuildItem> brandingFiles()
    • healthCheck

      void healthCheck(io.quarkus.deployment.annotations.BuildProducer<io.quarkus.arc.deployment.AdditionalBeanBuildItem> buildItemBuildProducer, List<io.quarkus.smallrye.health.deployment.spi.HealthBuildItem> healthBuildItems, SmallRyeHealthBuildTimeConfig smallryeHealthBuildTimeConfig)
    • build

      void build(io.quarkus.smallrye.health.runtime.SmallRyeHealthRecorder recorder, io.quarkus.deployment.annotations.BuildProducer<io.quarkus.arc.deployment.ExcludedTypeBuildItem> excludedTypes, io.quarkus.deployment.annotations.BuildProducer<io.quarkus.arc.deployment.AdditionalBeanBuildItem> additionalBean, io.quarkus.deployment.annotations.BuildProducer<io.quarkus.arc.deployment.BeanDefiningAnnotationBuildItem> beanDefiningAnnotation) throws IOException, ClassNotFoundException
      Throws:
      IOException
      ClassNotFoundException
    • defineHealthRoutes

      public void 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)
    • processSmallRyeHealthConfigValues

      public void processSmallRyeHealthConfigValues(SmallRyeHealthBuildTimeConfig healthConfig, io.quarkus.deployment.annotations.BuildProducer<io.quarkus.deployment.builditem.RunTimeConfigurationDefaultBuildItem> config)
    • includeInOpenAPIEndpoint

      public void 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)
    • kubernetes

      public void 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)
    • shutdownHealthCheck

      void shutdownHealthCheck(io.quarkus.deployment.shutdown.ShutdownBuildTimeConfig buildTimeConfig, io.quarkus.deployment.annotations.BuildProducer<io.quarkus.arc.deployment.AdditionalBeanBuildItem> additionalBeanProducer)
    • shutdownListener

      io.quarkus.deployment.builditem.ShutdownListenerBuildItem shutdownListener()
    • registerUiExtension

      void 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)
    • registerHealthUiHandler

      void 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)
    • processSmallRyeHealthRuntimeConfig

      void processSmallRyeHealthRuntimeConfig(io.quarkus.smallrye.health.runtime.SmallRyeHealthRecorder recorder)
    • updateApiUrl

      public String updateApiUrl(String original, String healthPath)