类 NacosReactiveDiscoveryClient
java.lang.Object
com.alibaba.cloud.nacos.discovery.reactive.NacosReactiveDiscoveryClient
- 所有已实现的接口:
org.springframework.cloud.client.discovery.ReactiveDiscoveryClient,org.springframework.core.Ordered
public class NacosReactiveDiscoveryClient
extends Object
implements org.springframework.cloud.client.discovery.ReactiveDiscoveryClient
- 作者:
- echooymxq, freeman
-
字段概要
从接口继承的字段 org.springframework.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE从接口继承的字段 org.springframework.cloud.client.discovery.ReactiveDiscoveryClient
DEFAULT_ORDER, LOG -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明reactor.core.publisher.Flux<org.springframework.cloud.client.ServiceInstance>getInstances(String serviceId) reactor.core.publisher.Flux<String>从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 org.springframework.cloud.client.discovery.ReactiveDiscoveryClient
getOrder, probe, reactiveProbe
-
构造器详细资料
-
NacosReactiveDiscoveryClient
-
-
方法详细资料
-
description
- 指定者:
description在接口中org.springframework.cloud.client.discovery.ReactiveDiscoveryClient
-
getInstances
public reactor.core.publisher.Flux<org.springframework.cloud.client.ServiceInstance> getInstances(String serviceId) - 指定者:
getInstances在接口中org.springframework.cloud.client.discovery.ReactiveDiscoveryClient
-
getServices
- 指定者:
getServices在接口中org.springframework.cloud.client.discovery.ReactiveDiscoveryClient
-