Skip to content

MemoryAdapterFactory<TSerializer>

class

Namespace: Orleans.Providers

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
public class MemoryAdapterFactory<TSerializer> : IQueueAdapter, IQueueAdapterCache, IQueueAdapterFactory
where TSerializer : class, Orleans.Providers.IMemoryMessageBodySerializer

Constructors

Properties

Methods

Fields

  • BlockPoolMonitorFactory Create a block pool monitor to monitor block pool related metrics Return a IBlockPoolMonitor
  • CacheMonitorFactory Create a cache monitor to report cache related metrics Return a ICacheMonitor
  • ReceiverMonitorFactory Create a monitor to monitor QueueAdapterReceiver related metrics Return a IQueueAdapterReceiverMonitor