Skip to content

EventHubQueueCacheFactory Properties

Factory class to configure and create IEventHubQueueCache

BlockPoolMonitorFactory

getset
View source
public Func<EventHubBlockPoolMonitorDimensions, ILoggerFactory, IBlockPoolMonitor> BlockPoolMonitorFactory
Create a block pool monitor to report performance metrics. Factory function should return an IObjectPoolMonitor.

CacheMonitorFactory

getset
View source
public Func<EventHubCacheMonitorDimensions, ILoggerFactory, ICacheMonitor> CacheMonitorFactory
Create a cache monitor to report performance metrics. Factory function should return an ICacheMonitor.