Share via


IServicePartitionResolver Interface

Definition

Defines the interface for the Service partition resolver. Service resolution is the process of looking up the set of endpoints for the replicas in a partition. A service partition resolver implements the logic for service resolution.

public interface IServicePartitionResolver
type IServicePartitionResolver = interface
Public Interface IServicePartitionResolver
Derived

Methods

ResolveAsync(ResolvedServicePartition, TimeSpan, TimeSpan, CancellationToken)

Re-resolves a previously resolved partition of the specified service with specified back-off/retry settings on retry-able errors. This method overload is used in cases where the client knows that the resolved service partition that it has is no longer valid.

ResolveAsync(Uri, ServicePartitionKey, TimeSpan, TimeSpan, CancellationToken)

Resolves a partition of the specified service with specified back-off/retry settings on retry-able errors.

Applies to