IEventHubQueueMapper 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將事件中樞分割區對應至 QueueId 的串流佇列對應程式
public interface IEventHubQueueMapper : Orleans.Streams.IStreamQueueMapper
type IEventHubQueueMapper = interface
interface IStreamQueueMapper
Public Interface IEventHubQueueMapper
Implements IStreamQueueMapper
- 衍生
- 實作
方法
GetAllQueues() |
取得所有佇列。 (繼承來源 IStreamQueueMapper) |
GetQueueForStream(Guid, String) |
將事件中樞分割區對應至 QueueId 的串流佇列對應程式 (繼承來源 IStreamQueueMapper) |
GetQueueForStream(StreamId) |
取得指定資料流程的佇列。 (繼承來源 IStreamQueueMapper) |
QueueToPartition(QueueId) |
依 QueueId 取得 EventHub 分割區 |