Edit

Share via


IEventHubQueueMapper Interface

Definition

Stream queue mapper that maps Event Hub partitions to QueueIds

public interface IEventHubQueueMapper : Orleans.Streams.IStreamQueueMapper
type IEventHubQueueMapper = interface
    interface IStreamQueueMapper
Public Interface IEventHubQueueMapper
Implements IStreamQueueMapper
Derived
Implements

Methods

GetAllQueues()

Gets all queues.

(Inherited from IStreamQueueMapper)
GetQueueForStream(Guid, String) (Inherited from IStreamQueueMapper)
GetQueueForStream(StreamId)

Gets the queue for the specified stream.

(Inherited from IStreamQueueMapper)
QueueToPartition(QueueId)

Gets the EventHub partition by QueueId

Applies to