Interface Mqtt3WillPublishBuilder.Nested.Complete<P>

Type Parameters:
P - the type of the result when the built Mqtt3Publish is applied to the parent.
All Superinterfaces:
Mqtt3PublishBuilderBase<Mqtt3WillPublishBuilder.Nested.Complete<P>>, Mqtt3PublishBuilderBase.Complete<Mqtt3WillPublishBuilder.Nested.Complete<P>>, Mqtt3WillPublishBuilder.Nested<P>
Enclosing interface:
Mqtt3WillPublishBuilder.Nested<P>

@DoNotImplement public static interface Mqtt3WillPublishBuilder.Nested.Complete<P> extends Mqtt3WillPublishBuilder.Nested<P>, Mqtt3PublishBuilderBase.Complete<Mqtt3WillPublishBuilder.Nested.Complete<P>>
Mqtt3WillPublishBuilder.Nested that is complete which means all mandatory fields are set.
  • Method Details

    • applyWillPublish

      @NotNull P applyWillPublish()
      Builds the Mqtt3Publish and applies it to the parent as a Will Publish.
      Returns:
      the result when the built Mqtt3Publish is applied to the parent.