次の方法で共有


FabricTransportActorRemotingClientFactory クラス

public class FabricTransportActorRemotingClientFactory extends FabricTransportServiceRemotingClientFactory

ServiceRemotingClientFactoryファブリック TCP トランスポートを使用して、経由でリモート化されたインターフェイスを介してアクターと通信する を作成ServiceRemotingClientする 。FabricTransportServiceRemotingListener

コンストラクターの概要

コンストラクター 説明
FabricTransportActorRemotingClientFactory(FabricTransportRemotingSettings fabricTransportSettings, ServiceRemotingCallbackClient callbackClient, ServicePartitionResolver servicePartitionResolver, List<ExceptionHandler> exceptionHandlers, String traceId)

ファブリック トランスポート ベースのアクター リモート処理クライアント ファクトリを構築します。

FabricTransportActorRemotingClientFactory(ServiceRemotingCallbackClient callbackClient)

ファブリック トランスポート ベースのアクター リモート処理クライアント ファクトリを構築します。

継承メンバー

コンストラクターの詳細

FabricTransportActorRemotingClientFactory

public FabricTransportActorRemotingClientFactory(FabricTransportRemotingSettings fabricTransportSettings, ServiceRemotingCallbackClient callbackClient, ServicePartitionResolver servicePartitionResolver, List exceptionHandlers, String traceId)

ファブリック トランスポート ベースのアクター リモート処理クライアント ファクトリを構築します。

パラメーター:

fabricTransportSettings - ファブリック トランスポートの設定。 設定が指定されていない場合、または null の場合、セキュリティのない既定の設定。
callbackClient - サービスからコールバックを受信するコールバック クライアント。
servicePartitionResolver - サービス エンドポイントを解決するためのサービス パーティション リゾルバー。 指定しない場合は、 によって getDefault() 返される既定のサービス パーティション リゾルバーが使用されます。
exceptionHandlers - アクターとの通信で発生した例外を処理する例外ハンドラー。
traceId - このコンポーネント診断トレースで使用する ID。

FabricTransportActorRemotingClientFactory

public FabricTransportActorRemotingClientFactory(ServiceRemotingCallbackClient callbackClient)

ファブリック トランスポート ベースのアクター リモート処理クライアント ファクトリを構築します。

パラメーター:

callbackClient - サービスからコールバックを受信するコールバック クライアント。

適用対象