Interface Mqtt3PublishBuilder.Send<P>

Type Parameters:
P - the type of the result when the built Mqtt3Publish is sent by the parent.
All Superinterfaces:
Mqtt3PublishBuilderBase<Mqtt3PublishBuilder.Send.Complete<P>>
All Known Subinterfaces:
Mqtt3PublishBuilder.Send.Complete<P>
Enclosing interface:
Mqtt3PublishBuilder

@DoNotImplement public static interface Mqtt3PublishBuilder.Send<P> extends Mqtt3PublishBuilderBase<Mqtt3PublishBuilder.Send.Complete<P>>
Builder for a Mqtt3Publish that is applied to a parent Mqtt3Client which then sends the Publish message.