Skip to content

PubSubSubscriptionState Fields

Represents the pub/sub registration state for a stream subscription.

Consumer

View source
[Orleans.Id(2)]
public GrainId Consumer
The identifier of the grain which consumes the stream.

FilterData

View source
[Orleans.Id(3)]
public string? FilterData
The serialized filter data associated with the subscription.

Stream

View source
[Orleans.Id(1)]
public QualifiedStreamId Stream
The qualified identifier of the subscribed stream.

state

View source
[Orleans.Id(4)]
public SubscriptionStates state
The lifecycle state of the subscription.