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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for Java