RoundRobinQueueSelection

Cycles through the queues, serving the next non-empty one after the last served.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open override fun reset()

Resets any per-replication state. Stateless rules need not override.

Link copied to clipboard
open override fun selectQueue(queues: List<QueueCIfc<ModelElement.QObject>>): Int?