Plugin used to modify component configurations. A configuration plugin must be registered with service interface ct.framework.api.ConfigurationPlugin.
ct.framework.api.ConfigurationPlugin
View and possibly modify a set of configuration properties before they are sent to the Managed Service or the Managed Service Factory.
: { managedService : .., managedServiceProperties: .., pid: .., factoryPid : .. }
The configuration properties.
Plugin used to modify component configurations. A configuration plugin must be registered with service interface
ct.framework.api.ConfigurationPlugin
.