Skip to content

EventHubQueueCacheFactory

class

Namespace: Orleans.Streaming.EventHubs

Factory class to configure and create IEventHubQueueCache
public class EventHubQueueCacheFactory : IEventHubQueueCacheFactory

Constructors

Properties

  • BlockPoolMonitorFactory Create a block pool monitor to report performance metrics. Factory function should return an IObjectPoolMonitor.
  • CacheMonitorFactory Create a cache monitor to report performance metrics. Factory function should return an ICacheMonitor.

Methods