public static class Mqtt3SubscribeViewBuilder.Send<P> extends Mqtt3SubscribeViewBuilder<Mqtt3SubscribeViewBuilder.Send<P>> implements Mqtt3SubscribeBuilder.Send.Start.Complete<P>
Mqtt3SubscribeViewBuilder.Default, Mqtt3SubscribeViewBuilder.Nested<P>, Mqtt3SubscribeViewBuilder.Send<P>
Mqtt3SubscribeBuilder.Send.Start.Complete<P>
Mqtt3SubscribeBuilder.Send.Start<P>
Constructor and Description |
---|
Send(@NotNull java.util.function.Function<? super Mqtt3SubscribeView,P> parentConsumer) |
Modifier and Type | Method and Description |
---|---|
protected @NotNull Mqtt3SubscribeViewBuilder.Send<P> |
self() |
P |
send()
Builds the
Mqtt3Subscribe and applies it to the parent which then sends the Subscribe message. |
addSubscription, addSubscription, build, qos, topicFilter, topicFilter, topicFilter
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
qos
topicFilter, topicFilter, topicFilter
public Send(@NotNull @NotNull java.util.function.Function<? super Mqtt3SubscribeView,P> parentConsumer)
@NotNull protected @NotNull Mqtt3SubscribeViewBuilder.Send<P> self()
self
in class Mqtt3SubscribeViewBuilder<Mqtt3SubscribeViewBuilder.Send<P>>
@NotNull public P send()
Mqtt3SubscribeBuilder.Send.Complete
Mqtt3Subscribe
and applies it to the parent which then sends the Subscribe message.send
in interface Mqtt3SubscribeBuilder.Send.Complete<P>
Mqtt3Subscribe
is sent by the parent.