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
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