Class MqttUnsubAckMessage
java.lang.Object
io.vertx.reactivex.mqtt.messages.MqttUnsubAckMessage
- All Implemented Interfaces:
io.vertx.lang.rx.RxDelegate, MqttMessage
Represents an MQTT UNSUBACK message
NOTE: This class has been automatically generated from the original non RX-ified interface using Vert.x codegen.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionMqttUnsubAckMessage(MqttUnsubAckMessage delegate) MqttUnsubAckMessage(Object delegate) -
Method Summary
Modifier and TypeMethodDescriptionstatic MqttUnsubAckMessagecreate(int messageId, List<Short> reasonCodes, MqttProperties properties) Create a concrete instance of a Vert.x unsuback messagebooleaninthashCode()intstatic MqttUnsubAckMessagetoString()
-
Field Details
-
__TYPE_ARG
-
-
Constructor Details
-
MqttUnsubAckMessage
-
MqttUnsubAckMessage
-
-
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
-
reasonCodes
-
create
public static MqttUnsubAckMessage create(int messageId, List<Short> reasonCodes, MqttProperties properties) Create a concrete instance of a Vert.x unsuback message- Parameters:
messageId- message identifierreasonCodes- list of reason codesproperties- MQTT properties- Returns:
-
properties
- Returns:
- MQTT properties
-
newInstance
-