EventHubQueueMapper(String[], String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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