ItemDelivered
class
Namespace: Orleans.Streaming.Diagnostics
Event payload for when an individual item from a stream batch is delivered to a consumer.
public sealed class ItemDelivered : StreamingEventConstructors
ItemDelivered(string, StreamId, Guid, SiloAddress?, StreamSequenceToken?)Event payload for when an individual item from a stream batch is delivered to a consumer.
Fields
SequenceTokenThe sequence token of the delivered item.StreamIdThe stream ID.SubscriptionIdThe subscription ID of the consumer.
