MessageDelivered
class
Namespace: Orleans.Streaming.Diagnostics
Event payload for when a stream message is delivered to a consumer.
public sealed class MessageDelivered : StreamingEventConstructors
MessageDelivered(string, StreamId, Guid, SiloAddress?, IAddressable, IBatchContainer)Event payload for when a stream message is delivered to a consumer.
Fields
BatchThe delivered batch.ConsumerThe consumer endpoint.StreamIdThe stream ID.SubscriptionIdThe subscription ID of the consumer.
