IQueueAdapterFactory 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
适配器工厂。 这应从流提供程序配置创建适配器
public interface IQueueAdapterFactory
type IQueueAdapterFactory = interface
Public Interface IQueueAdapterFactory
- 派生
方法
CreateAdapter() |
创建队列适配器。 |
GetDeliveryFailureHandler(QueueId) |
获取队列的传递失败处理程序 |
GetQueueAdapterCache() |
创建队列消息缓存适配器。 |
GetStreamQueueMapper() |
创建队列映射器。 |
Init(IProviderConfiguration, String, Logger, IServiceProvider) |
适配器工厂。 这应从流提供程序配置创建适配器 |