Class ZookeeperReactiveDiscoveryClient

java.lang.Object
org.springframework.cloud.zookeeper.discovery.reactive.ZookeeperReactiveDiscoveryClient
All Implemented Interfaces:
org.springframework.cloud.client.discovery.ReactiveDiscoveryClient, org.springframework.core.Ordered

public class ZookeeperReactiveDiscoveryClient extends Object implements org.springframework.cloud.client.discovery.ReactiveDiscoveryClient
Zookeeper version of ReactiveDiscoveryClient. Capable of resolving aliases from ZookeeperDependencies to service names in Zookeeper.
Since:
2.2.0
Author:
Tim Ysewyn
  • Constructor Details

  • Method Details

    • description

      public String description()
      Specified by:
      description in interface org.springframework.cloud.client.discovery.ReactiveDiscoveryClient
    • getInstances

      public reactor.core.publisher.Flux<org.springframework.cloud.client.ServiceInstance> getInstances(String serviceId)
      Specified by:
      getInstances in interface org.springframework.cloud.client.discovery.ReactiveDiscoveryClient
    • getServices

      public reactor.core.publisher.Flux<String> getServices()
      Specified by:
      getServices in interface org.springframework.cloud.client.discovery.ReactiveDiscoveryClient
    • getOrder

      public int getOrder()
      Specified by:
      getOrder in interface org.springframework.core.Ordered
      Specified by:
      getOrder in interface org.springframework.cloud.client.discovery.ReactiveDiscoveryClient