IStreamQueueBalanceListener Interface

Definition

The stream queue balancer listener receives notifications from a stream queue balancer (IStreamQueueBalancer) indicating that the balance of queues has changed. It should be implemented by components interested in stream queue load balancing. When change notification is received, listener should request updated list of queues from the queue balancer.

public interface IStreamQueueBalanceListener
type IStreamQueueBalanceListener = interface
Public Interface IStreamQueueBalanceListener

Methods

QueueDistributionChangeNotification()

Called when adapter queue responsibility changes.

Applies to