public interface OnInsufficientPermissionDisconnect extends AsynchronousCallback
| Modifier and Type | Method and Description |
|---|---|
void |
onPublishDisconnect(ClientData clientData,
String topic,
QoS qoS)
Gets executed after a client was disconnected due to insufficient permissions when publishing
|
void |
onSubscribeDisconnect(ClientData clientData,
String topic,
QoS qoS)
Gets executed after a client was disconnected due to insufficient permissions when subscribing
|
void onPublishDisconnect(ClientData clientData, String topic, QoS qoS)
clientData - information about the clienttopic - the topic the client wanted to publish toqoS - the quality of service the client wanted to publish withvoid onSubscribeDisconnect(ClientData clientData, String topic, QoS qoS)
clientData - information about the clienttopic - the topic the client wanted to publish toqoS - the quality of service the client wanted to publish withCopyright © 2013-2018 dc-square GmbH. All Rights Reserved.