Interface IDaprIdProvider
- Namespace
- GroupeIsa.Neos.Shared.MultiTenant
- Assembly
- GroupeIsa.Neos.Shared.dll
Provides the functionalities of a Dapr ID provider.
public interface IDaprIdProvider
Methods
GetDaprIdAsync(string, string?, string?, NeosServiceType, CancellationToken)
Gets the Dapr ID asynchronously.
Task<string> GetDaprIdAsync(string clusterName, string? tenantIdentifier = null, string? targetedVersion = null, NeosServiceType serviceType = NeosServiceType.BackEnd, CancellationToken cancellationToken = default)
Parameters
clusterNamestringThe name of the cluster.
tenantIdentifierstringThe identifier of the tenant (optional).
targetedVersionstringThe targeted version (optional).
serviceTypeNeosServiceTypeThe service type.
cancellationTokenCancellationTokenThe cancellation token.