Uses of Interface
org.springframework.boot.health.registry.HealthContributorNameValidator
Packages that use HealthContributorNameValidator
-
Uses of HealthContributorNameValidator in org.springframework.boot.health.registry
Constructor parameters in org.springframework.boot.health.registry with type arguments of type HealthContributorNameValidatorModifierConstructorDescriptionDefaultHealthContributorRegistry(@Nullable Collection<? extends HealthContributorNameValidator> nameValidators, @Nullable Consumer<BiConsumer<String, HealthContributor>> initialRegistrations) Create a newDefaultHealthContributorRegistryinstance.DefaultReactiveHealthContributorRegistry(@Nullable Collection<? extends HealthContributorNameValidator> nameValidators, @Nullable Consumer<BiConsumer<String, ReactiveHealthContributor>> initialRegistrations) Create a newDefaultReactiveHealthContributorRegistryinstance.