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