Interface ConfigSharingService

All Known Implementing Classes:
ConfigSharingServiceImpl

public interface ConfigSharingService
A service to share configuration properties with other bundles. It also support listeners that will be called whenever a property is added/updated/removed. Simply register a service with the @link ConfigSharingServiceConfigChangeListener interface and it will be automatically picked up.