LstWorkerExecutionConfig

data class LstWorkerExecutionConfig(val jvmArgs: List<String> = emptyList(), val timeout: Duration? = null)(source)

JVM configuration for the short-lived LST worker executor.

Constructors

Link copied to clipboard
constructor(jvmArgs: List<String> = emptyList(), timeout: Duration? = null)

Properties

Link copied to clipboard
Link copied to clipboard