类 ConsumerInvokerWrapper<T>
- java.lang.Object
-
- com.alibaba.dubbo.registry.support.ConsumerInvokerWrapper<T>
-
-
构造器概要
构造器 构造器 说明 ConsumerInvokerWrapper(Invoker<T> invoker, URL registryUrl, URL consumerUrl, RegistryDirectory registryDirectory)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 void
destroy()
destroy.URL
getConsumerUrl()
Class<T>
getInterface()
get service interface.Invoker<T>
getInvoker()
URL
getOriginUrl()
RegistryDirectory
getRegistryDirectory()
URL
getRegistryUrl()
URL
getUrl()
get url.Result
invoke(Invocation invocation)
invoke.boolean
isAvailable()
is available.
-
-
-
构造器详细资料
-
ConsumerInvokerWrapper
public ConsumerInvokerWrapper(Invoker<T> invoker, URL registryUrl, URL consumerUrl, RegistryDirectory registryDirectory)
-
-
方法详细资料
-
getInterface
public Class<T> getInterface()
从接口复制的说明:Invoker
get service interface.- 指定者:
getInterface
在接口中Invoker<T>
- 返回:
- service interface.
-
isAvailable
public boolean isAvailable()
从接口复制的说明:Node
is available.- 指定者:
isAvailable
在接口中Node
- 返回:
- available.
-
invoke
public Result invoke(Invocation invocation) throws RpcException
从接口复制的说明:Invoker
invoke.- 指定者:
invoke
在接口中Invoker<T>
- 返回:
- result
- 抛出:
RpcException
-
getOriginUrl
public URL getOriginUrl()
-
getRegistryUrl
public URL getRegistryUrl()
-
getConsumerUrl
public URL getConsumerUrl()
-
getRegistryDirectory
public RegistryDirectory getRegistryDirectory()
-
-