FabricServiceProxyFactory Class
Definition
- java.lang.Object
- ServiceProxyFactory
- microsoft.servicefabric.services.remoting.client.FabricServiceProxyFactory
Specifies the factory that creates proxies for remote communication to the specified service.
public class FabricServiceProxyFactory implements ServiceProxyFactory
Constructors
| FabricServiceProxyFactory() |
Instantiates the ServiceProxyFactory with the specified remoting factory and retrysettings. |
| FabricServiceProxyFactory(Function<ServiceRemotingCallbackClient, ServiceRemotingClientFactory> createServiceRemotingClientFactory, OperationRetrySettings retrySettings) |
Instantiates the ServiceProxyFactory with the specified remoting factory and retrysettings. |
Methods
| createServiceProxy(Class<T> serviceInterfaceType, URI serviceUri) |
Creates a proxy to communicate to the specified service using the remoted interface |
| createServiceProxy(Class<T> serviceInterfaceType, URI serviceUri, ServicePartitionKey partitionKey, TargetReplicaSelector targetReplicaSelector, String listenerName) |
Creates a proxy to communicate to the specified service using the remoted interface |