public class Mqtt3SubscriptionView extends java.lang.Object implements Mqtt3Subscription
DEFAULT_QOS
Modifier and Type | Method and Description |
---|---|
@NotNull MqttSubscription |
getDelegate() |
@NotNull MqttQos |
getQos() |
@NotNull MqttTopicFilter |
getTopicFilter() |
@NotNull java.lang.String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
builder
@NotNull public @NotNull MqttTopicFilter getTopicFilter()
getTopicFilter
in interface Mqtt3Subscription
@NotNull public @NotNull MqttQos getQos()
getQos
in interface Mqtt3Subscription
@NotNull public @NotNull MqttSubscription getDelegate()
@NotNull public @NotNull java.lang.String toString()
toString
in class java.lang.Object