Class RegistryProtocol.InvokerDelegate<T>

java.lang.Object
org.apache.dubbo.rpc.protocol.InvokerWrapper<T>
org.apache.dubbo.registry.integration.RegistryProtocol.InvokerDelegate<T>
All Implemented Interfaces:
Node, org.apache.dubbo.rpc.Invoker<T>
Enclosing class:
RegistryProtocol

public static class RegistryProtocol.InvokerDelegate<T> extends org.apache.dubbo.rpc.protocol.InvokerWrapper<T>
  • Constructor Summary

    Constructors
    Constructor
    Description
    InvokerDelegate(org.apache.dubbo.rpc.Invoker<T> invoker, URL url)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.dubbo.rpc.Invoker<T>
     

    Methods inherited from class org.apache.dubbo.rpc.protocol.InvokerWrapper

    destroy, getInterface, getUrl, invoke, isAvailable

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • InvokerDelegate

      public InvokerDelegate(org.apache.dubbo.rpc.Invoker<T> invoker, URL url)
      Parameters:
      invoker -
      url - invoker.getUrl return this value
  • Method Details

    • getInvoker

      public org.apache.dubbo.rpc.Invoker<T> getInvoker()