ProxyGenerator Class
- java.
lang. Object - microsoft.
servicefabric. services. remoting. builder. ProxyGenerator
- microsoft.
public class ProxyGenerator
Abstract class from which Actor ans Services Proxy generator base classes derive. For internal use only.
Constructor Summary
Constructor | Description | |
---|---|---|
ProxyGenerator(Class<?> proxyInterfaceType) |
Method Summary
Modifier and Type | Method and Description |
---|---|
Class<?> | getProxyInterfaceType() |
Constructor Details
ProxyGenerator
protected ProxyGenerator(Class proxyInterfaceType)
Parameters:
proxyInterfaceType
Method Details
getProxyInterfaceType
public Class getProxyInterfaceType()
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java