A marker interface for low level MQTT callbacks.
Low level callbacks are callbacks which are notified on MQTT messages
which are typically not interesting for business logic but protocol flow.
These callbacks are solely informational
Don't implement this interface on your own, use a more concrete interface when you want
to add a callback