microsoft.servicefabric.services.remoting.client
Classes
FabricServiceProxyFactory |
Specifies the factory that creates proxies for remote communication to the specified service. |
FabricServiceRemotingPartitionClient |
Specifies the Service partition client for Remoting communication |
ServiceProxyBase |
Provides the base implementation for the proxy to the remoted IService interfaces. |
ServiceRemotingExceptionHandler |
This class provide handling of exceptions encountered in communicating with a service fabric service over remoted interfaces. ServiceRemotingExceptionHandler |
Interfaces
ServiceProxy |
This is the base Client side interface for Remoting. The framework provides the Remoting infrastructure for all the service contracts inheriting from IService through ServiceRemotingListener and ServiceProxy. |
ServiceProxyFactory |
Specifies the interface for the factory that creates proxies for remote communication to the specified service. |
ServiceRemotingClient |
Defines the interface that must be implemented to provide a client for Service Remoting communication. |
ServiceRemotingClientFactory |
Defines the interface that must be implemented for providing the remoting communication client factory. |
ServiceRemotingPartitionClient |
Defines the interface for the client that communicate over remoting to a particular replica of a service partition. |
Azure SDK for Java