Class ConfigStatusService

java.lang.Object
org.openhab.core.config.core.status.ConfigStatusService
All Implemented Interfaces:
ConfigStatusCallback

@NonNullByDefault public final class ConfigStatusService extends Object implements ConfigStatusCallback
The ConfigStatusService provides the ConfigStatusInfo for a specific entity. For this purpose it loops over all registered ConfigStatusProviders and returns the ConfigStatusInfo for the matching ConfigStatusProvider.
Author:
Thomas Höfer - Initial contribution, Chris Jackson - Allow null messages, Markus Rathgeb - Add locale provider support