package modelconfig
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- case class InputConfigDuringExecution(config: Config) extends Product with Serializable
-
abstract
class
ModelConfigLoader extends Serializable
Loads model configs.
Loads model configs.
Configs are resolved once when loading model data. Implement when you want to add dynamic configuration that is fetched from external source, for example OpenAPI specification and you would like this configuration to be immutable for deployed processes.
This class is optional to implement.
Value Members
- object InputConfigDuringExecution extends Serializable
- object ModelConfigLoader extends Serializable