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