类 ServiceCheckTask
java.lang.Object
top.codef.microservice.task.ServiceCheckTask
- 所有已实现的接口:
Runnable
-
构造器概要
构造器构造器说明ServiceCheckTask(String serviceId, ServiceCheck serviceCheck, org.springframework.cloud.client.discovery.DiscoveryClient discoveryClient, HealthCheckHandler healthCheckHandler, org.springframework.context.ApplicationEventPublisher applicationEventPublisher) -
方法概要
修饰符和类型方法说明voidvoidrun()voidsetServicesMap(Map<String, org.springframework.cloud.client.ServiceInstance> servicesMap) toString()
-
构造器详细资料
-
ServiceCheckTask
public ServiceCheckTask(String serviceId, ServiceCheck serviceCheck, org.springframework.cloud.client.discovery.DiscoveryClient discoveryClient, HealthCheckHandler healthCheckHandler, org.springframework.context.ApplicationEventPublisher applicationEventPublisher)
-
-
方法详细资料