Package | Description |
---|---|
org.eclipse.paho.mqtt.ui.core.model |
Modifier and Type | Method and Description |
---|---|
QoS |
LWT.getQos() |
QoS |
History.getQos() |
QoS |
Topic.getQos() |
QoS |
PublishMessage.getQos() |
static QoS |
QoS.valueOf(int value) |
static QoS |
QoS.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QoS[] |
QoS.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
LWT.setQos(QoS qos) |
void |
Topic.setQos(QoS qos) |
void |
PublishMessage.setQos(QoS qos) |
Constructor and Description |
---|
History(String event,
String topic,
QoS qos) |
History(String event,
String topic,
String message,
QoS qos,
Boolean retained) |
History(String event,
String topic,
String message,
QoS qos,
Boolean retained,
Date time) |
Topic(String topicString,
QoS qos) |
Copyright © 2019 Eclipse Paho. All rights reserved.