Skip to content

MessageDelivered Constructors

Event payload for when a stream message is delivered to a consumer.

MessageDelivered(string, StreamId, Guid, SiloAddress?, IAddressable, IBatchContainer)

View source
public MessageDelivered(string streamProvider, StreamId streamId, Guid subscriptionId, SiloAddress? siloAddress, IAddressable consumer, IBatchContainer batch)
Event payload for when a stream message 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.
consumerIAddressable
The consumer endpoint.
batchIBatchContainer
The delivered batch.