Uses of Class
at.twinformatics.eureka.adapter.consul.service.ServiceChangeDetector
-
Packages that use ServiceChangeDetector Package Description at.twinformatics.eureka.adapter.consul at.twinformatics.eureka.adapter.consul.service -
-
Uses of ServiceChangeDetector in at.twinformatics.eureka.adapter.consul
Methods in at.twinformatics.eureka.adapter.consul that return ServiceChangeDetector Modifier and Type Method Description ServiceChangeDetectorEurekaConsulAdapterConfig. serviceChangeDetector()Methods in at.twinformatics.eureka.adapter.consul with parameters of type ServiceChangeDetector Modifier and Type Method Description RegistrationEventInstanceRegistryEurekaConsulAdapterConfig. registrationEventInstanceRegistry(com.netflix.eureka.resources.ServerCodecs serverCodecs, com.netflix.eureka.EurekaServerConfig eurekaServerConfig, com.netflix.discovery.EurekaClient eurekaClient, com.netflix.discovery.EurekaClientConfig eurekaClientConfig, org.springframework.cloud.netflix.eureka.server.InstanceRegistryProperties instanceRegistryProperties, ServiceChangeDetector serviceChangeDetector) -
Uses of ServiceChangeDetector in at.twinformatics.eureka.adapter.consul.service
Constructors in at.twinformatics.eureka.adapter.consul.service with parameters of type ServiceChangeDetector Constructor Description RegistrationEventInstanceRegistry(com.netflix.eureka.EurekaServerConfig serverConfig, com.netflix.discovery.EurekaClientConfig clientConfig, com.netflix.eureka.resources.ServerCodecs serverCodecs, com.netflix.discovery.EurekaClient eurekaClient, int expectedNumberOfRenewsPerMin, int defaultOpenForTrafficCount, ServiceChangeDetector serviceChangeDetector)
-