Edit

Share via


EventHubQueueMapper(String[], String) Constructor

Definition

Queue mapper that tracks which EventHub partition was mapped to which queueId

public EventHubQueueMapper (string[] partitionIds, string queueNamePrefix);
new Orleans.ServiceBus.Providers.EventHubQueueMapper : string[] * string -> Orleans.ServiceBus.Providers.EventHubQueueMapper
Public Sub New (partitionIds As String(), queueNamePrefix As String)

Parameters

partitionIds
String[]

List of EventHubPartitions

queueNamePrefix
String

Prefix for queueIds. Must be unique per stream provider

Applies to