Interface Mqtt3SubscribeBuilder.Send.Complete<P>

Type Parameters:
P - the type of the result when the built Mqtt3Subscribe is sent by the parent.
All Superinterfaces:
Mqtt3SubscribeBuilder.Send<P>, Mqtt3SubscribeBuilderBase<Mqtt3SubscribeBuilder.Send.Complete<P>>
All Known Subinterfaces:
Mqtt3SubscribeBuilder.Send.Start.Complete<P>
Enclosing interface:
Mqtt3SubscribeBuilder.Send<P>

@DoNotImplement public static interface Mqtt3SubscribeBuilder.Send.Complete<P> extends Mqtt3SubscribeBuilder.Send<P>, Mqtt3SubscribeBuilderBase<Mqtt3SubscribeBuilder.Send.Complete<P>>
Mqtt3SubscribeBuilder.Send that is complete which means all mandatory fields are set.
  • Method Details

    • send

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