KSLCore
Toggle table of contents
R1.3
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
KSLCore
KSLCore
/
ksl.modeling.station.config
/
RoutingSpec
/
ShortestQueue
Shortest
Queue
@
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.
Members
Constructors
Shortest
Queue
Link copied to clipboard
constructor
(
among
:
List
<
String
>
)
Properties
among
Link copied to clipboard
val
among
:
List
<
String
>