Skip to content

PersistentStreamProvider

class

Namespace: Orleans.Providers.Streams.Common

Persistent stream provider that uses an adapter for persistence
public class PersistentStreamProvider : ILifecycleParticipant<ILifecycleObservable>, IControllable, IStreamSubscriptionManagerRetriever, IInternalStreamProvider, IStreamProvider

Constructors

Properties

  • IsRewindable Gets a value indicating whether this is a rewindable provider - supports creating rewindable streams (streams that allow subscribing from previous point in time).
  • Name Gets the name of the stream provider.

Methods