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