ShortestQueue

@Serializable
@SerialName(value = "shortestQueue")
data class ShortestQueue(val among: List<String>) : RoutingSpec(source)

Route to whichever of among currently has the least work in process.

Constructors

Link copied to clipboard
constructor(among: List<String>)

Properties

Link copied to clipboard