ServicePartitionResolver Interface
public interface ServicePartitionResolver
Implements the class that helps in determining the endpoint of a service.
Method Summary
Modifier and Type | Method and Description |
---|---|
CompletableFuture<Resolved |
resolveAsync(ResolvedServicePartition previousRsp, Duration resolveTimeoutPerTry, Duration maxRetryBackoffInterval)
Resolves a partition of the specified service. |
CompletableFuture<Resolved |
resolveAsync(URI serviceName, ServicePartitionKey partitionKey, Duration resolveTimeoutPerTry, Duration maxRetryBackoffInterval)
Resolves a partition of the specified service. |
Method Details
resolveAsync
public CompletableFuture
Resolves a partition of the specified service.
Parameters:
Returns:
resolveAsync
public CompletableFuture
Resolves a partition of the specified service.
Parameters:
Returns:
Applies to
Azure SDK for Java