load

fun load(schedulerFilePath: String, providerFilePath: String): SchedulerConfig

Loads the scheduler configuration from the specified file paths.

Return

The loaded SchedulerConfig instance.

Parameters

schedulerFilePath

The path to the scheduler configuration file.

providerFilePath

The path to the provider configuration file.

Throws

If a required key is not set in the YAML file.