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