Skip to content

IStreamProvider

interface

Namespace: Orleans.Streams

Functionality for providing streams to consumers and producers.
public interface IStreamProvider

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