Interface Mqtt5DisconnectBuilder.Send<P>

Type Parameters:
P - the type of the result when the built Mqtt5Disconnect is sent by the parent.
All Superinterfaces:
Mqtt5DisconnectBuilderBase<Mqtt5DisconnectBuilder.Send<P>>
Enclosing interface:
Mqtt5DisconnectBuilder

@DoNotImplement public static interface Mqtt5DisconnectBuilder.Send<P> extends Mqtt5DisconnectBuilderBase<Mqtt5DisconnectBuilder.Send<P>>
Builder for a Mqtt5Disconnect that is applied to a parent Mqtt5Client which then sends the Disconnect message.
  • Method Details

    • send

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