P - the type of the result when the built Mqtt3Publish is applied to the parent.@DoNotImplement public static interface Mqtt3PublishBuilder.Nested.Complete<P> extends Mqtt3PublishBuilder.Nested<P>, Mqtt3PublishBuilderBase.Complete<Mqtt3PublishBuilder.Nested.Complete<P>>
Mqtt3PublishBuilder.Nested that is complete which means all mandatory fields are set.Mqtt3PublishBuilder.Nested.Complete<P>| Modifier and Type | Method and Description |
|---|---|
P |
applyPublish()
Builds the
Mqtt3Publish and applies it to the parent. |
payload, payload, qos, retaintopic, topic, topic@NotNull P applyPublish()
Mqtt3Publish and applies it to the parent.Mqtt3Publish is applied to the parent.