P - the type of the result when the built Mqtt5Subscribe is applied to the parent.@DoNotImplement public static interface Mqtt5SubscribeBuilder.Publishes.Args<P>
Mqtt5Subscribe that are applied to a parent Mqtt5Client subscribePublishes call.| Modifier and Type | Method and Description |
|---|---|
P |
applySubscribe()
Builds the
Mqtt5Subscribe and applies it and additional arguments to the parent. |
@NotNull Mqtt5SubscribeBuilder.Publishes.Args<P> |
manualAcknowledgement(boolean manualAcknowledgement)
Sets whether the matching Publish messages consumed via the subscriptions are acknowledged manually.
|
@CheckReturnValue @NotNull @NotNull Mqtt5SubscribeBuilder.Publishes.Args<P> manualAcknowledgement(boolean manualAcknowledgement)
manualAcknowledgement - whether the matching Publish messages are acknowledged manually.@NotNull P applySubscribe()
Mqtt5Subscribe and applies it and additional arguments to the parent.Mqtt5Subscribe is applied to the parent.