Skip to content

ItemDelivered Constructors

Event payload for when an individual item from a stream batch is delivered to a consumer.

ItemDelivered(string, StreamId, Guid, SiloAddress?, StreamSequenceToken?)

View source
public ItemDelivered(string streamProvider, StreamId streamId, Guid subscriptionId, SiloAddress? siloAddress, StreamSequenceToken? sequenceToken)
Event payload for when an individual item from a stream batch is delivered to a consumer.

Parameters

streamProviderstring
The name of the stream provider.
streamIdStreamId
The stream ID.
subscriptionIdGuid
The subscription ID of the consumer.
siloAddressSiloAddress?
The address of the silo handling this delivery.
sequenceTokenStreamSequenceToken?
The sequence token of the delivered item.