ProxyGeneratorBuildResult Class
- java.
lang. Object - microsoft.
servicefabric. services. remoting. builder. BuildResult - microsoft.
servicefabric. services. remoting. builder. ProxyGeneratorBuildResult
- microsoft.
- microsoft.
public class ProxyGeneratorBuildResult
Used in Actor and Services Code builder. For internal use only.
Method Summary
Modifier and Type | Method and Description |
---|---|
Class<?> | getProxyActivatorType() |
Proxy |
getProxyGenerator() |
Class<?> | getProxyType() |
void | setProxyActivatorType(Class<?> type) |
void | setProxyGenerator(ProxyGenerator factory) |
void | setProxyType(Class<?> type) |
Method Details
getProxyActivatorType
public Class getProxyActivatorType()
getProxyGenerator
public ProxyGenerator getProxyGenerator()
getProxyType
public Class getProxyType()
setProxyActivatorType
public void setProxyActivatorType(Class type)
Parameters:
type
setProxyGenerator
public void setProxyGenerator(ProxyGenerator factory)
Parameters:
factory
setProxyType
public void setProxyType(Class type)
Parameters:
type
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