Interface Mqtt5ConnectBuilder.Send<P>

Type Parameters:
P - the type of the result when the built Mqtt5Connect is sent by the parent.
All Superinterfaces:
Mqtt5ConnectBuilderBase<Mqtt5ConnectBuilder.Send<P>>
Enclosing interface:
Mqtt5ConnectBuilder

@DoNotImplement public static interface Mqtt5ConnectBuilder.Send<P> extends Mqtt5ConnectBuilderBase<Mqtt5ConnectBuilder.Send<P>>
Builder for a Mqtt5Connect that is applied to a parent Mqtt5Client which then sends the Connect message.
  • Method Details

    • send

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