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