public interface PubSubStatusMessage
| Modifier and Type | Interface and Description |
|---|---|
static interface |
PubSubStatusMessage.Builder<T extends PubSubStatusMessage.Builder<T>>
Builder for the common part.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
getIsCyclic()
True if Publisher periodically publishes status (see
getNextReportTime()). |
DateTime |
getNextReportTime()
Returns when the next status update is expected.
|
PubSubState |
getStatus()
Status of the Publisher.
|
boolean getIsCyclic()
getNextReportTime()). If false,
the middleware (such as a MQTT Broker) should notify errors (via such as MQTT Will message).DateTime getNextReportTime()
getIsCyclic() is false.PubSubState getStatus()
Copyright © 2026. All rights reserved.