Uses of Class
org.springframework.cloud.client.discovery.event.InstanceRegisteredEvent
Packages that use InstanceRegisteredEvent
Package
Description
-
Uses of InstanceRegisteredEvent in org.springframework.cloud.client.discovery.health
Classes in org.springframework.cloud.client.discovery.health that implement interfaces with type arguments of type InstanceRegisteredEventMethods in org.springframework.cloud.client.discovery.health with parameters of type InstanceRegisteredEventModifier and TypeMethodDescriptionvoidDiscoveryClientHealthIndicator.onApplicationEvent(InstanceRegisteredEvent<?> event) -
Uses of InstanceRegisteredEvent in org.springframework.cloud.client.discovery.health.reactive
Classes in org.springframework.cloud.client.discovery.health.reactive that implement interfaces with type arguments of type InstanceRegisteredEventModifier and TypeClassDescriptionclassA health indicator which indicates whether the discovery client has been initialized.Methods in org.springframework.cloud.client.discovery.health.reactive with parameters of type InstanceRegisteredEventModifier and TypeMethodDescriptionvoidReactiveDiscoveryClientHealthIndicator.onApplicationEvent(InstanceRegisteredEvent<?> event)