|
Change Parameter Type healthCheckHandler : HealthCheckHandler to healthCheckHandler : ObjectProvider<HealthCheckHandler> in method public setHealthCheckHandler(healthCheckHandler ObjectProvider<HealthCheckHandler>) : void in class org.springframework.cloud.netflix.eureka.serviceregistry.EurekaRegistration |
From |
To |
|
Change Parameter Type healthCheckHandler : HealthCheckHandler to healthCheckHandler : ObjectProvider<HealthCheckHandler> in method public with(healthCheckHandler ObjectProvider<HealthCheckHandler>) : Builder in class org.springframework.cloud.netflix.eureka.serviceregistry.EurekaRegistration.Builder |
From |
To |
|
Change Parameter Type healthCheckHandler : HealthCheckHandler to healthCheckHandler : ObjectProvider<HealthCheckHandler> in method private EurekaRegistration(instanceConfig CloudEurekaInstanceConfig, eurekaClient EurekaClient, applicationInfoManager ApplicationInfoManager, healthCheckHandler ObjectProvider<HealthCheckHandler>) in class org.springframework.cloud.netflix.eureka.serviceregistry.EurekaRegistration |
From |
To |