P - the type of the result when the built Mqtt3Unsubscribe is sent by the parent.@DoNotImplement public static interface Mqtt3UnsubscribeBuilder.Send.Complete<P> extends Mqtt3UnsubscribeBuilder.Send<P>, Mqtt3UnsubscribeBuilderBase<Mqtt3UnsubscribeBuilder.Send.Complete<P>>
Mqtt3UnsubscribeBuilder.Send that is complete which means all mandatory fields are set.Mqtt3UnsubscribeBuilder.Send.Complete<P>, Mqtt3UnsubscribeBuilder.Send.Start<P>| Modifier and Type | Method and Description |
|---|---|
P |
send()
Builds the
Mqtt3Unsubscribe and applies it to the parent which then sends the Unsubscribe
message. |
addTopicFilter, addTopicFilter, addTopicFilter, addTopicFilters, addTopicFilters, addTopicFilters, reverse@NotNull P send()
Mqtt3Unsubscribe and applies it to the parent which then sends the Unsubscribe
message.Mqtt3Unsubscribe is sent by the parent.