public class StoreClientFactory extends Object implements AutoCloseable
| Constructor and Description |
|---|
StoreClientFactory(com.microsoft.azure.cosmosdb.rx.internal.Configs configs,
int requestTimeoutInSeconds,
int maxConcurrentConnectionOpenRequests,
com.microsoft.azure.cosmosdb.internal.UserAgentContainer userAgent) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
StoreClient |
createStoreClient(IAddressResolver addressResolver,
com.microsoft.azure.cosmosdb.internal.SessionContainer sessionContainer,
GatewayServiceConfigurationReader serviceConfigurationReader,
com.microsoft.azure.cosmosdb.rx.internal.IAuthorizationTokenProvider authorizationTokenProvider,
boolean useMultipleWriteLocations) |
public StoreClientFactory(com.microsoft.azure.cosmosdb.rx.internal.Configs configs, int requestTimeoutInSeconds, int maxConcurrentConnectionOpenRequests, com.microsoft.azure.cosmosdb.internal.UserAgentContainer userAgent)
public void close()
throws Exception
close in interface AutoCloseableExceptionpublic StoreClient createStoreClient(IAddressResolver addressResolver, com.microsoft.azure.cosmosdb.internal.SessionContainer sessionContainer, GatewayServiceConfigurationReader serviceConfigurationReader, com.microsoft.azure.cosmosdb.rx.internal.IAuthorizationTokenProvider authorizationTokenProvider, boolean useMultipleWriteLocations)
Copyright © 2021. All rights reserved.