Some details:
Background plugin (event server) implements server connections to our system, so each item would represent a server connection like a hardware device on recording server.
I am able to share our connection state via properties to admin plugin, to show an information about the state and using a second propertie to set the OperationalState.
I like when users can see via the tree icon if something wrong, but the issue is that this only updating on admin client when i refresh the ui.
It feels not right this way, so would be great someone could tell me whats the prefered way of live updated the tree icon about the state from background plugin (event server)