Skip to content

MemoryAdapterFactory<TSerializer> Fields

Adapter factory for in memory stream provider. This factory acts as the adapter and the adapter factory. The events are stored in an in-memory grain that behaves as an event queue, this provider adapter is primarily used for testing

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