Skip to content

IQueueAdapter Properties

Stream queue storage adapter. This is an abstraction layer that hides the implementation details of the underlying queuing system.

IsRewindable

abstractget
public abstract 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

abstractget
public abstract string Name
Gets the name of the adapter. Primarily for logging purposes