public interface Directory<T>
extends org.apache.dubbo.common.Node
Cluster.join(Directory)| Modifier and Type | Method and Description |
|---|---|
List<Invoker<T>> |
getAllInvokers() |
org.apache.dubbo.common.URL |
getConsumerUrl() |
Class<T> |
getInterface()
get service type.
|
List<Invoker<T>> |
list(Invocation invocation)
list invokers.
|
List<Invoker<T>> list(Invocation invocation) throws RpcException
RpcExceptionorg.apache.dubbo.common.URL getConsumerUrl()
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.