EventHubQueueMapper Class
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 class EventHubQueueMapper : Orleans.Streams.HashRingBasedStreamQueueMapper, Orleans.ServiceBus.Providers.IEventHubQueueMapper
type EventHubQueueMapper = class
inherit HashRingBasedStreamQueueMapper
interface IEventHubQueueMapper
interface IStreamQueueMapper
Public Class EventHubQueueMapper
Inherits HashRingBasedStreamQueueMapper
Implements IEventHubQueueMapper
- Inheritance
- Implements
Constructors
EventHubQueueMapper(String[], String) |
Queue mapper that tracks which EventHub partition was mapped to which queueId |
Methods
GetAllQueues() |
Gets all queues. (Inherited from HashRingBasedStreamQueueMapper) |
GetQueueForStream(Guid, String) | (Inherited from HashRingBasedStreamQueueMapper) |
GetQueueForStream(StreamId) |
Gets the queue for the specified stream. (Inherited from HashRingBasedStreamQueueMapper) |
GetQueuesForRange(IRingRange) |
Gets the queues which map to the specified range. (Inherited from HashRingBasedStreamQueueMapper) |
QueueToPartition(QueueId) |
Gets the EventHub partition by QueueId |
ToString() | (Inherited from HashRingBasedStreamQueueMapper) |