Class StubProxyFactory

java.lang.Object
org.apache.dubbo.rpc.stub.StubProxyFactory
All Implemented Interfaces:
ProxyFactory

public class StubProxyFactory extends Object implements ProxyFactory
Stub proxy factory is used to generate non-reflection invoker and proxy. It relies on Dubbo3 Triple compiler.