Interface Mqtt3ConnectBuilder.Nested<P>

Type Parameters:
P - the type of the result when the built Mqtt3Connect is applied to the parent.
All Superinterfaces:
Mqtt3ConnectBuilderBase<Mqtt3ConnectBuilder.Nested<P>>
Enclosing interface:
Mqtt3ConnectBuilder

@DoNotImplement public static interface Mqtt3ConnectBuilder.Nested<P> extends Mqtt3ConnectBuilderBase<Mqtt3ConnectBuilder.Nested<P>>
Builder for a Mqtt3Connect that is applied to a parent.
  • Method Details

    • applyConnect

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