EventHubQueueCache 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
将 EventData 作为 CachedEventHubMessage 存储在共用消息缓存中的消息缓存
public class EventHubQueueCache : Orleans.ServiceBus.Providers.EventHubQueueCache<Orleans.ServiceBus.Providers.CachedEventHubMessage>
public class EventHubQueueCache : IDisposable, Orleans.ServiceBus.Providers.IEventHubQueueCache, Orleans.Streams.IQueueFlowController
type EventHubQueueCache = class
inherit EventHubQueueCache<CachedEventHubMessage>
type EventHubQueueCache = class
interface IEventHubQueueCache
interface IQueueFlowController
interface IDisposable
Public Class EventHubQueueCache
Inherits EventHubQueueCache(Of CachedEventHubMessage)
Public Class EventHubQueueCache
Implements IDisposable, IEventHubQueueCache, IQueueFlowController
- 继承
- 继承
-
EventHubQueueCache
- 实现
构造函数
字段
cache |
基础消息缓存实现 出于测试目的受保护 |
cache |
基础消息缓存实现 (继承自 EventHubQueueCache<TCachedMessage>) |
defaultMaxAddCount |
清除调用之间可以添加到缓存的默认最大项数 (继承自 EventHubQueueCache<TCachedMessage>) |
属性
Checkpointer |
用于存储队列位置的逻辑 (继承自 EventHubQueueCache<TCachedMessage>) |
Partition |
将 EventData 作为 CachedEventHubMessage 存储在共用消息缓存中的消息缓存 |