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:
Applies to
Azure SDK for Java