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