Uses of Class
org.miaixz.bus.starter.health.HealthProviderService
Packages that use HealthProviderService
-
Uses of HealthProviderService in org.miaixz.bus.starter.health
Fields in org.miaixz.bus.starter.health declared as HealthProviderServiceMethods in org.miaixz.bus.starter.health that return HealthProviderServiceModifier and TypeMethodDescriptionHealthConfiguration.healthProviderService(org.springframework.context.ApplicationEventPublisher publisher, org.springframework.boot.availability.ApplicationAvailability availability, org.miaixz.bus.health.Provider provider) 定义 HealthProviderService Bean。Methods in org.miaixz.bus.starter.health with parameters of type HealthProviderServiceModifier and TypeMethodDescriptionHealthConfiguration.healthController(HealthProviderService healthService, org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping handlerMapping) 定义 HealthController Bean,并手动注册REST端点。Constructors in org.miaixz.bus.starter.health with parameters of type HealthProviderServiceModifierConstructorDescriptionHealthController(HealthProviderService service) 构造函数,注入 HealthProviderService。