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?)Initializes an event without cluster identity.ItemDelivered(string, StreamId, Guid, SiloAddress?, string, StreamSequenceToken?)Event payload for when an individual item from a stream batch is delivered to a consumer.
Fields
ClusterIdThe identifier of the cluster associated with the delivery.SequenceTokenThe sequence token of the delivered item.StreamIdThe stream ID.SubscriptionIdThe subscription ID of the consumer.
