你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
FabricTransportActorRemotingClientFactory Class
- java.
lang. Object - CommunicationClientFactory<TCommunicationClient>
- ServiceRemotingClientFactory
- FabricTransportServiceRemotingClientFactory
- microsoft.
servicefabric. actors. remoting. fabrictransport. client. FabricTransportActorRemotingClientFactory
- microsoft.
public class FabricTransportActorRemotingClientFactory extends FabricTransportServiceRemotingClientFactory
An ServiceRemotingClientFactory that uses Fabric TCP transport to create ServiceRemotingClient that communicate with actors over interfaces that are remoted via FabricTransportServiceRemotingListener
Constructor Summary
Constructor | Description |
---|---|
FabricTransportActorRemotingClientFactory(FabricTransportRemotingSettings fabricTransportSettings, ServiceRemotingCallbackClient callbackClient, ServicePartitionResolver servicePartitionResolver, List<ExceptionHandler> exceptionHandlers, String traceId) |
Constructs a fabric transport based actor remoting client factory. |
FabricTransportActorRemotingClientFactory(ServiceRemotingCallbackClient callbackClient) |
Constructs a fabric transport based actor remoting client factory. |
Inherited Members
Constructor Details
FabricTransportActorRemotingClientFactory
public FabricTransportActorRemotingClientFactory(FabricTransportRemotingSettings fabricTransportSettings, ServiceRemotingCallbackClient callbackClient, ServicePartitionResolver servicePartitionResolver, List
Constructs a fabric transport based actor remoting client factory.
Parameters:
FabricTransportActorRemotingClientFactory
public FabricTransportActorRemotingClientFactory(ServiceRemotingCallbackClient callbackClient)
Constructs a fabric transport based actor remoting client factory.
Parameters: