public interface OnSessionReadyCallback extends SynchronousCallback
CONNACK message.
It gets called for all clients regardless of the value of the clean-session flag or the existence of a previous session..
| Modifier and Type | Method and Description |
|---|---|
void |
onSessionReady(ClientData clientData)
This method gets called once the MQTT Session for the client is ready to be used.
|
priorityvoid onSessionReady(ClientData clientData)
clientData - information about the client.Copyright © 2013-2018 dc-square GmbH. All Rights Reserved.