Interface Mqtt5PublishBuilder.Send.Complete<P>

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

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

    • send

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