Interface Mqtt3ConnectBuilder.Send<P>

Type Parameters:
P - the type of the result when the built Mqtt3Connect is sent by the parent.
All Superinterfaces:
Mqtt3ConnectBuilderBase<Mqtt3ConnectBuilder.Send<P>>
Enclosing interface:
Mqtt3ConnectBuilder

@DoNotImplement public static interface Mqtt3ConnectBuilder.Send<P> extends Mqtt3ConnectBuilderBase<Mqtt3ConnectBuilder.Send<P>>
Builder for a Mqtt3Connect that is applied to a parent Mqtt3Client which then sends the Connect message.
  • Method Details

    • send

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