C - the type of the complete builder.@DoNotImplement public static interface Mqtt5PublishBuilderBase.WillBase.Complete<C extends Mqtt5PublishBuilderBase.WillBase.Complete<C>> extends Mqtt5PublishBuilderBase.Complete<C>, Mqtt5PublishBuilderBase.WillBase<C>
Mqtt5PublishBuilderBase.WillBase that is complete which means all mandatory fields are set.Mqtt5PublishBuilderBase.WillBase.Complete<C extends Mqtt5PublishBuilderBase.WillBase.Complete<C>>Mqtt5PublishBuilderBase.WillBase<C extends Mqtt5PublishBuilderBase.WillBase.Complete<C>>| Modifier and Type | Method and Description |
|---|---|
C |
delayInterval(long delayInterval)
Sets the
delay interval in seconds. |
contentType, contentType, correlationData, correlationData, messageExpiryInterval, noMessageExpiry, payload, payload, payloadFormatIndicator, qos, responseTopic, responseTopic, responseTopic, retain, userProperties, userPropertiestopic, topic, topic@CheckReturnValue @NotNull C delayInterval(long delayInterval)
delay interval in seconds.
The value must be in the range of an unsigned int: [0, 4_294_967_295].
delayInterval - the delay interval in seconds.