@DoNotImplement public interface Mqtt5WillPublish extends Mqtt5Publish
MQTT 5
Connect message.| Modifier and Type | Field and Description |
|---|---|
static long |
DEFAULT_DELAY_INTERVAL
The default delay of Will Publishes.
|
DEFAULT_QOS| Modifier and Type | Method and Description |
|---|---|
static @NotNull Mqtt5WillPublishBuilder |
builder()
Creates a builder for a Will Publish.
|
Mqtt5WillPublishBuilder.Complete |
extendAsWill()
Creates a builder for extending this Will Publish.
|
long |
getDelayInterval() |
acknowledge, asWill, extend, getContentType, getCorrelationData, getMessageExpiryInterval, getPayload, getPayloadAsBytes, getPayloadFormatIndicator, getQos, getResponseTopic, getTopic, getType, getUserProperties, isRetainstatic final long DEFAULT_DELAY_INTERVAL
@NotNull static @NotNull Mqtt5WillPublishBuilder builder()
builder in interface Mqtt5Publishlong getDelayInterval()
DEFAULT_DELAY_INTERVAL.Mqtt5WillPublishBuilder.Complete extendAsWill()