| Modifier and Type | Method and Description |
|---|---|
MigratoryDataMessage.QoS |
MigratoryDataMessage.getQos()
Get the QoS level of the message.
|
static MigratoryDataMessage.QoS |
MigratoryDataMessage.QoS.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MigratoryDataMessage.QoS[] |
MigratoryDataMessage.QoS.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
MigratoryDataMessage(String subject,
byte[] content,
String closure,
MigratoryDataMessage.QoS qos,
boolean retained)
Create a MigratoryDataMessage object.
|
MigratoryDataMessage(String subject,
byte[] content,
String closure,
MigratoryDataMessage.QoS qos,
boolean retained,
String replySubject)
Create a MigratoryDataMessage object.
|
Copyright © 2023. All rights reserved.