Skip to content

PubSubSubscriptionState

class

Namespace: Orleans.Streams

Represents the pub/sub registration state for a stream subscription.
[Orleans.GenerateSerializer]
public sealed class PubSubSubscriptionState : IEquatable<PubSubSubscriptionState?>, IJsonOnDeserialized

Constructors

Properties

  • IsFaulted Gets a value indicating whether the subscription is faulted.

Methods

Fields

  • Consumer The identifier of the grain which consumes the stream.
  • FilterData The serialized filter data associated with the subscription.
  • Stream The qualified identifier of the subscribed stream.
  • SubscriptionId The subscription identifier.
  • state The lifecycle state of the subscription.