Class MqttUnsubscribeMessage
java.lang.Object
io.vertx.reactivex.mqtt.messages.MqttUnsubscribeMessage
- All Implemented Interfaces:
io.vertx.lang.rx.RxDelegate, MqttMessage
public class MqttUnsubscribeMessage
extends Object
implements io.vertx.lang.rx.RxDelegate, MqttMessage
Represents an MQTT UNSUBSCRIBE message
NOTE: This class has been automatically generated from the original non RX-ified interface using Vert.x codegen.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionMqttUnsubscribeMessage(MqttUnsubscribeMessage delegate) MqttUnsubscribeMessage(Object delegate) -
Method Summary
Modifier and TypeMethodDescriptionstatic MqttUnsubscribeMessagecreate(int messageId, List<String> topics, MqttProperties properties) Create a concrete instance of a Vert.x unsubscribe messagebooleaninthashCode()intstatic MqttUnsubscribeMessagetopics()toString()
-
Field Details
-
__TYPE_ARG
-
-
Constructor Details
-
MqttUnsubscribeMessage
-
MqttUnsubscribeMessage
-
-
Method Details
-
toString
-
equals
-
hashCode
-
getDelegate
- Specified by:
getDelegatein interfaceMqttMessage- Specified by:
getDelegatein interfaceio.vertx.lang.rx.RxDelegate
-
messageId
public int messageId()- Specified by:
messageIdin interfaceMqttMessage- Returns:
- Message identifier
-
topics
-
create
public static MqttUnsubscribeMessage create(int messageId, List<String> topics, MqttProperties properties) Create a concrete instance of a Vert.x unsubscribe message- Parameters:
messageId- message identifiertopics- list of topics to unsubscribeproperties- UNSUBSCRIBE message properties- Returns:
-
properties
- Returns:
- MQTT properties
-
newInstance
-