SubscriptionAttached
class
Namespace: Orleans.Streaming.Diagnostics
Event payload for when a stream subscription is attached to a pulling agent and ready to receive data.
public sealed class SubscriptionAttached : StreamingEventConstructors
SubscriptionAttached(string, StreamId, Guid, GrainId, SiloAddress?)Event payload for when a stream subscription is attached to a pulling agent and ready to receive data.
Fields
ConsumerGrainIdThe grain ID of the consumer.StreamIdThe stream ID.SubscriptionIdThe subscription ID.
