Uses of Interface
org.springframework.cloud.client.discovery.health.DiscoveryHealthIndicator
-
Packages that use DiscoveryHealthIndicator Package Description org.springframework.cloud.client org.springframework.cloud.client.discovery.health -
-
Uses of DiscoveryHealthIndicator in org.springframework.cloud.client
Method parameters in org.springframework.cloud.client with type arguments of type DiscoveryHealthIndicator Modifier and Type Method Description DiscoveryCompositeHealthContributorCommonsClientAutoConfiguration.DiscoveryLoadBalancerConfiguration. discoveryCompositeHealthContributor(List<DiscoveryHealthIndicator> indicators) -
Uses of DiscoveryHealthIndicator in org.springframework.cloud.client.discovery.health
Classes in org.springframework.cloud.client.discovery.health that implement DiscoveryHealthIndicator Modifier and Type Class Description classDiscoveryClientHealthIndicatorMethods in org.springframework.cloud.client.discovery.health that return types with arguments of type DiscoveryHealthIndicator Modifier and Type Method Description Map<String,DiscoveryHealthIndicator>DiscoveryCompositeHealthContributor. getIndicators()Constructor parameters in org.springframework.cloud.client.discovery.health with type arguments of type DiscoveryHealthIndicator Constructor Description DiscoveryCompositeHealthContributor(Collection<DiscoveryHealthIndicator> indicators)
-