BalancerChanged
class
Namespace: Orleans.Streaming.Diagnostics
Event payload for when queue ownership changes after rebalancing completes.
public sealed class BalancerChanged : StreamingEventConstructors
BalancerChanged(string, SiloAddress?, QueueId[], QueueId[], IStreamQueueBalancer)Event payload for when queue ownership changes after rebalancing completes.
Fields
CurrentQueuesThe queues owned after the change.PreviousQueuesThe queues owned before the change.QueueBalancerThe queue balancer instance.
