public class StaticDirectory<T> extends AbstractDirectory<T>
| 构造器和说明 |
|---|
StaticDirectory(List<Invoker<T>> invokers) |
StaticDirectory(List<Invoker<T>> invokers,
RouterChain<T> routerChain) |
StaticDirectory(URL url,
List<Invoker<T>> invokers) |
StaticDirectory(URL url,
List<Invoker<T>> invokers,
RouterChain<T> routerChain) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
buildRouterChain() |
void |
destroy()
destroy.
|
List<Invoker<T>> |
getAllInvokers() |
Class<T> |
getInterface()
get service type.
|
boolean |
isAvailable()
is available.
|
discordAddresses, getConsumerUrl, getRouterChain, getSubscribeConsumerurl, getUrl, isDestroyed, list, setConsumerUrl, setRouterChainpublic StaticDirectory(List<Invoker<T>> invokers, RouterChain<T> routerChain)
Copyright © 2011–2021 The Apache Software Foundation. All rights reserved.