ServiceProxyGenerator クラス
- java.
lang. Object - ProxyGenerator
- microsoft.
servicefabric. services. remoting. builder. ServiceProxyGenerator
- microsoft.
public class ServiceProxyGenerator extends ProxyGenerator
サービス コード ビルダーで使用され、サービス プロキシ ベース オブジェクトを作成します。 内部使用のみ。
コンストラクターの概要
コンストラクター | 説明 | |
---|---|---|
ServiceProxyGenerator(Class<?> proxyInterfaceType, ProxyActivator proxyActivator) |
メソッドの概要
修飾子と型 | メソッドと説明 |
---|---|
Service |
createServiceProxy(FabricServiceRemotingPartitionClient remotingPartitionClient) |
継承メンバー
コンストラクターの詳細
ServiceProxyGenerator
protected ServiceProxyGenerator(Class proxyInterfaceType, ProxyActivator proxyActivator)
パラメーター:
proxyInterfaceType
proxyActivator
メソッドの詳細
createServiceProxy
public ServiceProxyBase createServiceProxy(FabricServiceRemotingPartitionClient remotingPartitionClient)
パラメーター:
remotingPartitionClient
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Java