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
/
BatchStationSpec
Batch
Station
Spec
@
Serializable
data
class
BatchStationSpec
(
val
name
:
String
,
val
batchSize
:
Int
,
val
routing
:
RoutingSpec
?
=
null
)
(
source
)
A station that accumulates
batchSize
instances into one batch.
Members
Constructors
Batch
Station
Spec
Link copied to clipboard
constructor
(
name
:
String
,
batchSize
:
Int
,
routing
:
RoutingSpec
?
=
null
)
Properties
batch
Size
Link copied to clipboard
val
batchSize
:
Int
name
Link copied to clipboard
val
name
:
String
routing
Link copied to clipboard
val
routing
:
RoutingSpec
?