public interface Directory<T>
extends org.apache.dubbo.common.Node
Cluster.join(Directory)| 限定符和类型 | 方法和说明 |
|---|---|
void |
discordAddresses() |
List<Invoker<T>> |
getAllInvokers() |
org.apache.dubbo.common.URL |
getConsumerUrl() |
Class<T> |
getInterface()
get service type.
|
RouterChain<T> |
getRouterChain() |
boolean |
isDestroyed() |
default boolean |
isEmpty() |
default boolean |
isNotificationReceived() |
default boolean |
isServiceDiscovery() |
List<Invoker<T>> |
list(Invocation invocation)
list invokers.
|
List<Invoker<T>> list(Invocation invocation) throws RpcException
RpcExceptionorg.apache.dubbo.common.URL getConsumerUrl()
boolean isDestroyed()
default boolean isEmpty()
default boolean isServiceDiscovery()
void discordAddresses()
RouterChain<T> getRouterChain()
default boolean isNotificationReceived()
Copyright © 2011–2021 The Apache Software Foundation. All rights reserved.