HashRingBasedPartitionedStreamQueueMapper 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 partition was mapped to which QueueId
public HashRingBasedPartitionedStreamQueueMapper (System.Collections.Generic.IReadOnlyList<string> partitionIds, string queueNamePrefix);
new Orleans.Streams.HashRingBasedPartitionedStreamQueueMapper : System.Collections.Generic.IReadOnlyList<string> * string -> Orleans.Streams.HashRingBasedPartitionedStreamQueueMapper
Public Sub New (partitionIds As IReadOnlyList(Of String), queueNamePrefix As String)
Parameters
- partitionIds
- IReadOnlyList<String>
List of partitions
- queueNamePrefix
- String
Prefix for QueueIds. Must be unique per stream provider