Edit

Share via


AzureStreamQueueMapper(List<String>, String) Constructor

Definition

Queue mapper that tracks which Azure queue was mapped to which queueId

public AzureStreamQueueMapper (System.Collections.Generic.List<string> azureQueueNames, string queueNamePrefix);
new Orleans.Streaming.AzureStorage.Providers.Streams.AzureQueue.AzureStreamQueueMapper : System.Collections.Generic.List<string> * string -> Orleans.Streaming.AzureStorage.Providers.Streams.AzureQueue.AzureStreamQueueMapper
Public Sub New (azureQueueNames As List(Of String), queueNamePrefix As String)

Parameters

azureQueueNames
List<String>

List of EventHubPartitions

queueNamePrefix
String

Prefix for queueIds. Must be unique per stream provider

Applies to