Skip to content

GeneratorAdapterFactory Properties

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.

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