public final class History extends Bindable
| Modifier and Type | Field and Description |
|---|---|
static String |
PROP_EVENT |
static String |
PROP_MSG |
static String |
PROP_QOS |
static String |
PROP_RETAINED |
static String |
PROP_TIME |
static String |
PROP_TOPIC |
| Constructor and Description |
|---|
History(String event) |
History(String event,
String message) |
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) |
| Modifier and Type | Method and Description |
|---|---|
String |
getEvent() |
String |
getMessage() |
QoS |
getQos() |
Boolean |
getRetained() |
Date |
getTime() |
String |
getTopic() |
String |
toString() |
void |
update(History history) |
addPropertyChangeListener, addPropertyChangeListener, firePropertyChange, removePropertyChangeListener, removePropertyChangeListenerpublic static final String PROP_EVENT
public static final String PROP_TOPIC
public static final String PROP_MSG
public static final String PROP_QOS
public static final String PROP_RETAINED
public static final String PROP_TIME
public History(String event)
event - public History(String event, String topic, String message, QoS qos, Boolean retained)
event - topic - message - qos - retained - Copyright © 2025 Eclipse Paho. All rights reserved.