- Summary:
- Nested |
- Field |
- Constr |
- Method
- Detail:
- Field |
- Constr |
- Method
-
-
Method Detail
-
getTopic
String getTopic()
- Returns:
- the topic to which the message was originally published. This will only
be set for messages received from the broker.
-
getId
int getId()
- Returns:
- the message id.
-
getQoS
int getQoS()
- Returns:
- the quality of service for this message.
-
getIsRetained
boolean getIsRetained()
- Returns:
- true if the message should be/was retained by the broker.
-
getIsDuplicate
boolean getIsDuplicate()
- Returns:
- true if the message might be a duplicate of one which has already been received. This will only
be set for messages received from the broker.
-
getContent
byte[] getContent()
- Summary:
- Nested |
- Field |
- Constr |
- Method
- Detail:
- Field |
- Constr |
- Method
Copyright © 2025 MuleSoft, Inc.. All rights reserved.