Skip to content

ItemDelivered Constructors

Event payload for when an item is delivered to a broadcast channel subscriber.

ItemDelivered(string, ChannelId, GrainId, SiloAddress?, string)

View source
public ItemDelivered(string providerName, ChannelId channelId, GrainId consumerGrainId, SiloAddress? siloAddress, string clusterId)
Event payload for when an item is delivered to a broadcast channel subscriber.

Parameters

providerNamestring
The name of the broadcast channel provider.
channelIdChannelId
The channel ID.
consumerGrainIdGrainId
The grain ID of the consumer.
siloAddressSiloAddress?
The address of the silo delivering the item.
clusterIdstring
The identifier of the cluster delivering the item.