Uses of Interface
org.springframework.cloud.client.discovery.ReactiveDiscoveryClient
Packages that use ReactiveDiscoveryClient
Package
Description
-
Uses of ReactiveDiscoveryClient in org.springframework.cloud.client.discovery.composite.reactive
Classes in org.springframework.cloud.client.discovery.composite.reactive that implement ReactiveDiscoveryClientModifier and TypeClassDescriptionclassAReactiveDiscoveryClientthat is composed of other discovery clients and delegates calls to each of them in order.Methods in org.springframework.cloud.client.discovery.composite.reactive that return types with arguments of type ReactiveDiscoveryClientMethod parameters in org.springframework.cloud.client.discovery.composite.reactive with type arguments of type ReactiveDiscoveryClientModifier and TypeMethodDescriptionReactiveCompositeDiscoveryClientAutoConfiguration.reactiveCompositeDiscoveryClient(List<ReactiveDiscoveryClient> discoveryClients) Constructor parameters in org.springframework.cloud.client.discovery.composite.reactive with type arguments of type ReactiveDiscoveryClientModifierConstructorDescriptionReactiveCompositeDiscoveryClient(List<ReactiveDiscoveryClient> discoveryClients) -
Uses of ReactiveDiscoveryClient in org.springframework.cloud.client.discovery.health.reactive
Constructors in org.springframework.cloud.client.discovery.health.reactive with parameters of type ReactiveDiscoveryClientModifierConstructorDescriptionReactiveDiscoveryClientHealthIndicator(ReactiveDiscoveryClient discoveryClient, DiscoveryClientHealthIndicatorProperties properties) -
Uses of ReactiveDiscoveryClient in org.springframework.cloud.client.discovery.simple.reactive
Classes in org.springframework.cloud.client.discovery.simple.reactive that implement ReactiveDiscoveryClientModifier and TypeClassDescriptionclassAReactiveDiscoveryClientthat will use the properties file as a source of service instances.