Skip to content

GeneratorAdapterFactory Fields

Adapter factory for stream generator stream provider. This factory acts as the adapter and the adapter factory. It creates receivers that use configurable generator to generate event streams, rather than reading them from storage.

BlockPoolMonitorFactory

View source
protected Func<BlockPoolMonitorDimensions, IBlockPoolMonitor>? BlockPoolMonitorFactory
Create a block pool monitor to monitor block pool related metrics Return a IBlockPoolMonitor

CacheMonitorFactory

View source
protected Func<CacheMonitorDimensions, ICacheMonitor>? CacheMonitorFactory
Create a cache monitor to report cache related metrics Return a ICacheMonitor

ReceiverMonitorFactory

View source
protected Func<ReceiverMonitorDimensions, IQueueAdapterReceiverMonitor>? ReceiverMonitorFactory
Create a monitor to monitor QueueAdapterReceiver related metrics Return a IQueueAdapterReceiverMonitor