Instance check of AbstractBrokerHandler not possible

Hey guys,
currently I’m facing the problem that my binding is not passing the following if-statement
if (handler instanceof AbstractBrokerHandler) {...}.
I checked the type via debugger and the type of the handler object is indeed BrokerHandler (inherits from AbstractBrokerHandler). I also imported the correct type like the following: import org.openhab.binding.mqtt.handler.AbstractBrokerHandler;
Do you have any ideas why this is the case?
Greetings

This topic was automatically closed 41 days after the last reply. New replies are no longer allowed.