Uses of Interface
org.springframework.cloud.client.discovery.health.reactive.ReactiveDiscoveryHealthIndicator
-
Packages that use ReactiveDiscoveryHealthIndicator Package Description org.springframework.cloud.client org.springframework.cloud.client.discovery.health.reactive -
-
Uses of ReactiveDiscoveryHealthIndicator in org.springframework.cloud.client
Method parameters in org.springframework.cloud.client with type arguments of type ReactiveDiscoveryHealthIndicator Modifier and Type Method Description ReactiveDiscoveryCompositeHealthContributorReactiveCommonsClientAutoConfiguration.ReactiveDiscoveryLoadBalancerConfiguration. reactiveDiscoveryClients(Collection<ReactiveDiscoveryHealthIndicator> indicators) -
Uses of ReactiveDiscoveryHealthIndicator in org.springframework.cloud.client.discovery.health.reactive
Classes in org.springframework.cloud.client.discovery.health.reactive that implement ReactiveDiscoveryHealthIndicator Modifier and Type Class Description classReactiveDiscoveryClientHealthIndicatorA health indicator which indicates whether the discovery client has been initialized.Constructor parameters in org.springframework.cloud.client.discovery.health.reactive with type arguments of type ReactiveDiscoveryHealthIndicator Constructor Description ReactiveDiscoveryCompositeHealthContributor(Collection<ReactiveDiscoveryHealthIndicator> indicators)
-