Interface Mqtt5ConnectBuilder.Nested<P>

Type Parameters:
P - the type of the result when the built Mqtt5Connect is applied to the parent.
All Superinterfaces:
Mqtt5ConnectBuilderBase<Mqtt5ConnectBuilder.Nested<P>>
Enclosing interface:
Mqtt5ConnectBuilder

@DoNotImplement public static interface Mqtt5ConnectBuilder.Nested<P> extends Mqtt5ConnectBuilderBase<Mqtt5ConnectBuilder.Nested<P>>
Builder for a Mqtt5Connect that is applied to a parent.
  • Method Details

    • applyConnect

      @NotNull P applyConnect()
      Builds the Mqtt5Connect and applies it to the parent.
      Returns:
      the result when the built Mqtt5Connect is applied to the parent.