MessageDelivered(string, StreamId, Guid, SiloAddress?, IAddressable, IBatchContainer)
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.
