Skip to content

MemoryAdapterFactory<TSerializer> Properties

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

IsRewindable

get
View source
public bool IsRewindable
Gets a value indicating whether this is a rewindable stream adapter - supports subscribing from previous point in time.

Returns

True if this is a rewindable stream adapter, false otherwise.

Name

get
View source
public string Name
Gets the name of the adapter. Primarily for logging purposes