SQSAdapterFactory 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
Azure 佇列型串流提供者的 Factory 類別。
public class SQSAdapterFactory : Orleans.Streams.IQueueAdapterFactory
type SQSAdapterFactory = class
interface IQueueAdapterFactory
Public Class SQSAdapterFactory
Implements IQueueAdapterFactory
- 繼承
-
SQSAdapterFactory
- 實作
建構函式
欄位
DataConnectionStringPropertyName |
「DataConnectionString」。 |
DeploymentIdPropertyName |
「DeploymentId」。 |
NumQueuesDefaultValue |
此資料流程提供者中使用的預設 Azure 佇列數目。 |
屬性
StreamFailureHandlerFactory |
應用層級失敗處理常式覆寫。 |
方法
Create(IServiceProvider, String) |
Azure 佇列型串流提供者的 Factory 類別。 |
CreateAdapter() |
建立以 Azure 佇列為基礎的配接器。 |
GetDeliveryFailureHandler(QueueId) |
建立指定佇列的傳遞失敗處理常式。 |
GetQueueAdapterCache() |
建立配接器快取。 |
GetStreamQueueMapper() |
建立處理站資料流程佇列對應程式。 |
Init() |
Init 處理站。 |
Init(IProviderConfiguration, String, Logger, IServiceProvider) |
Init 處理站。 |