P - the type of the result when the built Mqtt5WillPublish is applied to the parent.@DoNotImplement public static interface Mqtt5WillPublishBuilder.Nested.Complete<P> extends Mqtt5WillPublishBuilder.Nested<P>, Mqtt5PublishBuilderBase.WillBase.Complete<Mqtt5WillPublishBuilder.Nested.Complete<P>>
Mqtt5WillPublishBuilder.Nested that is complete which means all mandatory fields are set.Mqtt5WillPublishBuilder.Nested.Complete<P>Mqtt5PublishBuilderBase.WillBase<C extends Mqtt5PublishBuilderBase.WillBase.Complete<C>>| Modifier and Type | Method and Description |
|---|---|
P |
applyWillPublish()
Builds the
Mqtt5WillPublish and applies it to the parent. |
delayIntervalcontentType, contentType, correlationData, correlationData, messageExpiryInterval, noMessageExpiry, payload, payload, payloadFormatIndicator, qos, responseTopic, responseTopic, responseTopic, retain, userProperties, userPropertiestopic, topic, topic@NotNull P applyWillPublish()
Mqtt5WillPublish and applies it to the parent.Mqtt5WillPublish is applied to the parent.