| Interface | Description |
|---|---|
| OnConnackSend |
The OnConnackSend Callback gets called when the broker sent
a CONNACK message to a client
|
| OnPingCallback |
The OnPingCallback which gets called after a client sent a PINGREQ message
|
| OnPubackReceived |
This callback gets called after a PUBACK message was received from a client
|
| OnPubackSend |
The OnPubackSend callback gets called after HiveMQ sent a PUBACK message to a client
|
| OnPubcompReceived |
The OnPubcompReceived Callback gets called after HiveMQ receives a PUBCOMP
message from a client.
|
| OnPubcompSend |
The OnPubcompSend callback gets executed after a PUBCOMP message was sent by HiveMQ
to a client.
|
| OnPubrecReceived |
The OnPubrecReceived Callback gets called after HiveMQ receives a PUBREC
message from a client.
|
| OnPubrecSend |
The OnPubrecSend callback gets executed after a PUBREC message was sent by HiveMQ
to a client.
|
| OnPubrelReceived |
The OnPubrelReceived Callback gets called after HiveMQ receives a PUBREL
message from a client.
|
| OnPubrelSend |
The OnPubrelSend callback gets executed after a PUBREL message was sent by HiveMQ
to a client.
|
| OnSubackSend |
The OnSubackSend callback gets called after HiveMQ sends a SUBACK message to a client.
|
| OnUnsubackSend |
The OnUnsubackSend callback gets called after HiveMQ sends a UNSUBACK message to a client.
|
Copyright © 2013-2018 dc-square GmbH. All Rights Reserved.