Package org.mule.runtime.extension.api.runtime.config
package org.mule.runtime.extension.api.runtime.config
-
InterfacesClassDescriptionCreates instances of objects which are compliant with the model described by the owning
ConfigurationModel.Just like theConfigurationModelclass provides introspection on a configuration's structure and parameters, this concept provides an abstraction on an actual configuration instance which was declared and instantiated.A component responsible for providing instances which are realizations of a givenConfigurationModel.Contains the state of the parameters of a givenConfigurationInstance.Usage statistics about aConfigurationInstance.Represents a component which might be associated to aConfigurationInstanceA specialization of theConfigurationProviderinterface which adds the concept of expiration.