ItemDelivered(string, ChannelId, GrainId)
public ItemDelivered(string providerName, ChannelId channelId, GrainId consumerGrainId) 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.
