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)(package private) voidSmallRyeHealthProcessor. registerHealthUiHandler(BuildProducer<RouteBuildItem> routeProducer, SmallRyeHealthRecorder recorder, SmallRyeHealthRuntimeConfig runtimeConfig, SmallRyeHealthBuildItem smallRyeHealthBuildItem, NonApplicationRootPathBuildItem nonApplicationRootPathBuildItem, LaunchModeBuildItem launchMode, SmallRyeHealthConfig healthConfig)(package private) voidSmallRyeHealthProcessor. registerUiExtension(BuildProducer<GeneratedResourceBuildItem> generatedResourceProducer, BuildProducer<NativeImageResourceBuildItem> nativeImageResourceProducer, BuildProducer<SmallRyeHealthBuildItem> smallRyeHealthBuildProducer, NonApplicationRootPathBuildItem nonApplicationRootPathBuildItem, SmallRyeHealthConfig healthConfig, CurateOutcomeBuildItem curateOutcomeBuildItem, LaunchModeBuildItem launchMode, LiveReloadBuildItem liveReloadBuildItem)voidSmallRyeHealthProcessor. translateSmallRyeConfigValues(SmallRyeHealthConfig healthConfig, BuildProducer<SystemPropertyBuildItem> systemProperties)
-