类 RegistryProtocol.InvokerDelegate<T>

  • 所有已实现的接口:
    Node, org.apache.dubbo.rpc.Invoker<T>
    封闭类:
    RegistryProtocol

    public static class RegistryProtocol.InvokerDelegate<T>
    extends org.apache.dubbo.rpc.protocol.InvokerWrapper<T>
    • 构造器详细资料

      • InvokerDelegate

        public InvokerDelegate​(org.apache.dubbo.rpc.Invoker<T> invoker,
                               URL url)
        参数:
        invoker -
        url - invoker.getUrl return this value
    • 方法详细资料

      • getInvoker

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