Class ModelConfigProvider

java.lang.Object
com.yahoo.config.model.producer.AbstractConfigProducer
com.yahoo.vespa.model.admin.ModelConfigProvider
All Implemented Interfaces:
com.yahoo.config.ConfigInstance.Producer, ConfigProducer, Serializable

public class ModelConfigProvider extends AbstractConfigProducer
A config provider for the model config. The ModelConfig is a common config and produced by ApplicationConfigProducerRoot , this config producer exists to make the admin/model config id exist for legacy reasons.
Since:
5.0.8
Author:
hmusum, gjoranv
See Also: