Uses of Class
io.quarkus.smallrye.health.deployment.SmallRyeHealthConfig
-
-
Uses of SmallRyeHealthConfig in io.quarkus.smallrye.health.deployment
Methods in io.quarkus.smallrye.health.deployment with parameters of type SmallRyeHealthConfig Modifier and Type Method Description voidSmallRyeHealthProcessor. defineHealthRoutes(BuildProducer<RouteBuildItem> routes, BeanArchiveIndexBuildItem beanArchiveIndex, NonApplicationRootPathBuildItem nonApplicationRootPathBuildItem, SmallRyeHealthConfig healthConfig)voidSmallRyeHealthProcessor. includeInOpenAPIEndpoint(BuildProducer<AddToOpenAPIDefinitionBuildItem> openAPIProducer, NonApplicationRootPathBuildItem nonApplicationRootPathBuildItem, Capabilities capabilities, SmallRyeHealthConfig healthConfig)voidSmallRyeHealthProcessor. kubernetes(NonApplicationRootPathBuildItem nonApplicationRootPathBuildItem, SmallRyeHealthConfig healthConfig, BuildProducer<io.quarkus.kubernetes.spi.KubernetesHealthLivenessPathBuildItem> livenessPathItemProducer, BuildProducer<io.quarkus.kubernetes.spi.KubernetesHealthReadinessPathBuildItem> readinessPathItemProducer, BuildProducer<io.quarkus.kubernetes.spi.KubernetesHealthStartupPathBuildItem> startupPathItemProducer)voidSmallRyeHealthProcessor. processSmallRyeHealthConfigValues(SmallRyeHealthConfig healthConfig, BuildProducer<RunTimeConfigurationDefaultBuildItem> config)(package private) voidSmallRyeHealthProcessor. registerHealthUiHandler(BuildProducer<RouteBuildItem> routeProducer, SmallRyeHealthRecorder recorder, SmallRyeHealthRuntimeConfig runtimeConfig, WebJarResultsBuildItem webJarResultsBuildItem, NonApplicationRootPathBuildItem nonApplicationRootPathBuildItem, LaunchModeBuildItem launchMode, SmallRyeHealthConfig healthConfig, BuildProducer<SmallRyeHealthBuildItem> smallryeHealthBuildProducer, ShutdownContextBuildItem shutdownContext)(package private) voidSmallRyeHealthProcessor. registerUiExtension(NonApplicationRootPathBuildItem nonApplicationRootPathBuildItem, SmallRyeHealthConfig healthConfig, LaunchModeBuildItem launchModeBuildItem, BuildProducer<WebJarBuildItem> webJarBuildProducer)
-