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