FabricTransportActorRemotingClientFactory Klasse
- java.
lang. Object - CommunicationClientFactory<TCommunicationClient>
- ServiceRemotingClientFactory
- FabricTransportServiceRemotingClientFactory
- microsoft.
servicefabric. actors. remoting. fabrictransport. client. FabricTransportActorRemotingClientFactory
- microsoft.
public class FabricTransportActorRemotingClientFactory extends FabricTransportServiceRemotingClientFactory
Ein ServiceRemotingClientFactory , der fabric TCP-Transport verwendet, um zu erstellen ServiceRemotingClient , dass mit Akteuren über Schnittstellen kommuniziert wird, die über Remotezugriff entfernt werden. FabricTransportServiceRemotingListener
Zusammenfassung zum Konstruktor
Konstruktor | Beschreibung |
---|---|
FabricTransportActorRemotingClientFactory(FabricTransportRemotingSettings fabricTransportSettings, ServiceRemotingCallbackClient callbackClient, ServicePartitionResolver servicePartitionResolver, List<ExceptionHandler> exceptionHandlers, String traceId) |
Erstellt eine Fabric-Transport-basierte Akteurremotingclientfactory. |
FabricTransportActorRemotingClientFactory(ServiceRemotingCallbackClient callbackClient) |
Erstellt eine Fabric-Transport-basierte Akteurremotingclientfactory. |
Geerbte Elemente
Details zum Konstruktor
FabricTransportActorRemotingClientFactory
public FabricTransportActorRemotingClientFactory(FabricTransportRemotingSettings fabricTransportSettings, ServiceRemotingCallbackClient callbackClient, ServicePartitionResolver servicePartitionResolver, List
Erstellt eine Fabric-Transport-basierte Akteurremotingclientfactory.
Parameter:
FabricTransportActorRemotingClientFactory
public FabricTransportActorRemotingClientFactory(ServiceRemotingCallbackClient callbackClient)
Erstellt eine Fabric-Transport-basierte Akteurremotingclientfactory.
Parameter:
Gilt für:
Azure SDK for Java