Interface Mqtt3PublishBuilder.Send.Complete<P>

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

@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.
  • Method Details

    • send

      @NotNull P send()
      Builds the Mqtt3Publish and applies it to the parent which then sends the Publish message.
      Returns:
      the result when the built Mqtt3Publish is sent by the parent.