- try {
- unExportConfiguration();
- final var object = new DbusSignalConfigurationImpl();
- connection.exportObject(object);
- logger.debug("Exported dbus object: " + objectPath + "/Configuration");
- } catch (DBusException e) {
- e.printStackTrace();
- }