Class InvokerWrapper<T>

java.lang.Object
org.apache.dubbo.rpc.protocol.InvokerWrapper<T>
All Implemented Interfaces:
Node, Invoker<T>

public class InvokerWrapper<T> extends Object implements Invoker<T>
InvokerWrapper
  • Constructor Details

    • InvokerWrapper

      public InvokerWrapper(Invoker<T> invoker, URL url)
  • Method Details