Class ReactiveDiscoveryClientHealthIndicator

java.lang.Object
org.springframework.cloud.client.discovery.health.reactive.ReactiveDiscoveryClientHealthIndicator
All Implemented Interfaces:
EventListener, ReactiveDiscoveryHealthIndicator, org.springframework.context.ApplicationListener<InstanceRegisteredEvent<?>>, org.springframework.core.Ordered

public class ReactiveDiscoveryClientHealthIndicator extends Object implements ReactiveDiscoveryHealthIndicator, org.springframework.core.Ordered, org.springframework.context.ApplicationListener<InstanceRegisteredEvent<?>>
A health indicator which indicates whether the discovery client has been initialized.
Author:
Tim Ysewyn, Chris Bono, Olga Maciaszek-Sharma