| Interface | Description |
|---|---|
| MQTTInterceptor | |
| MQTTLogger |
Logger Code 83
each message id must be 6 digits long starting with 83, the 3rd digit donates the level so
INF0 1
WARN 2
DEBUG 3
ERROR 4
TRACE 5
FATAL 6
so an INFO message would be 101000 to 101999
|
| Class | Description |
|---|---|
| MQTTConnection | |
| MQTTConnectionManager |
MQTTConnectionManager is responsible for handle Connect and Disconnect packets and any resulting behaviour of these
events.
|
| MQTTFailureListener |
Registered with the server and called during connection failure.
|
| MQTTLogger_$logger |
Warning this class consists of generated code.
|
| MQTTProtocolHandler |
This class is responsible for receiving and sending MQTT packets, delegating behaviour to one of the
MQTTConnectionManager, MQTTPublishManager, MQTTSubscriptionManager classes.
|
| MQTTProtocolManager |
MQTTProtocolManager
|
| MQTTProtocolManagerFactory | |
| MQTTPublishManager |
Handles MQTT Exactly Once (QoS level 2) Protocol.
|
| MQTTRetainMessageManager | |
| MQTTSession | |
| MQTTSessionCallback | |
| MQTTSessionState | |
| MQTTSubscriptionManager | |
| MQTTUtil |
A Utility Class for creating Server Side objects and converting MQTT concepts to/from Artemis.
|
| MQTTUtil.MQTTWildcardConfiguration |
Copyright © 2021 The Apache Software Foundation. All rights reserved.