Class StoreClientFactory
- java.lang.Object
-
- com.microsoft.azure.cosmosdb.internal.directconnectivity.StoreClientFactory
-
- All Implemented Interfaces:
AutoCloseable
public class StoreClientFactory extends Object implements AutoCloseable
-
-
Constructor Summary
Constructors Constructor Description StoreClientFactory(com.microsoft.azure.cosmosdb.rx.internal.Configs configs, int requestTimeoutInSeconds, int maxConcurrentConnectionOpenRequests, com.microsoft.azure.cosmosdb.internal.UserAgentContainer userAgent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()StoreClientcreateStoreClient(IAddressResolver addressResolver, com.microsoft.azure.cosmosdb.internal.SessionContainer sessionContainer, GatewayServiceConfigurationReader serviceConfigurationReader, com.microsoft.azure.cosmosdb.rx.internal.IAuthorizationTokenProvider authorizationTokenProvider, boolean useMultipleWriteLocations)
-
-
-
Method Detail
-
close
public void close() throws Exception- Specified by:
closein interfaceAutoCloseable- Throws:
Exception
-
createStoreClient
public StoreClient createStoreClient(IAddressResolver addressResolver, com.microsoft.azure.cosmosdb.internal.SessionContainer sessionContainer, GatewayServiceConfigurationReader serviceConfigurationReader, com.microsoft.azure.cosmosdb.rx.internal.IAuthorizationTokenProvider authorizationTokenProvider, boolean useMultipleWriteLocations)
-
-