Uses of Class
org.miaixz.bus.starter.health.HealthService
Packages that use HealthService
-
Uses of HealthService in org.miaixz.bus.starter.health
Fields in org.miaixz.bus.starter.health declared as HealthServiceMethods in org.miaixz.bus.starter.health that return HealthServiceModifier 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 HealthServiceModifier and TypeMethodDescriptionHealthConfiguration.healthController(HealthService healthService, org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping handlerMapping) 定义 HealthController Bean,并手动注册REST端点。Constructors in org.miaixz.bus.starter.health with parameters of type HealthServiceModifierConstructorDescriptionHealthController(HealthService service) 构造函数,注入 HealthProviderService。