Uses of Interface
org.springframework.cloud.client.discovery.ReactiveDiscoveryClient
-
-
Uses of ReactiveDiscoveryClient in org.springframework.cloud.client.discovery.composite.reactive
Classes in org.springframework.cloud.client.discovery.composite.reactive that implement ReactiveDiscoveryClient Modifier and Type Class Description classReactiveCompositeDiscoveryClientAReactiveDiscoveryClientthat 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 ReactiveDiscoveryClient Modifier and Type Method Description List<ReactiveDiscoveryClient>ReactiveCompositeDiscoveryClient. getDiscoveryClients()Method parameters in org.springframework.cloud.client.discovery.composite.reactive with type arguments of type ReactiveDiscoveryClient Modifier and Type Method Description ReactiveCompositeDiscoveryClientReactiveCompositeDiscoveryClientAutoConfiguration. reactiveCompositeDiscoveryClient(List<ReactiveDiscoveryClient> discoveryClients)Constructor parameters in org.springframework.cloud.client.discovery.composite.reactive with type arguments of type ReactiveDiscoveryClient Constructor Description ReactiveCompositeDiscoveryClient(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 ReactiveDiscoveryClient Constructor Description ReactiveDiscoveryClientHealthIndicator(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 ReactiveDiscoveryClient Modifier and Type Class Description classSimpleReactiveDiscoveryClientAReactiveDiscoveryClientthat will use the properties file as a source of service instances.
-