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