Interface ClientInformation
@DoNotImplement public interface ClientInformation
The client information contains specific data for a client.
- Since:
- 4.0.0, CE 2019.1
-
Method Summary
Modifier and Type Method Description @NotNull StringgetClientId()The client id of the MQTT client.
-
Method Details
-
getClientId
The client id of the MQTT client.- Returns:
- The client id of the MQTT client.
- Since:
- 4.0.0, CE 2019.1
-