Package io.vertx.mutiny.mqtt.messages
Class MqttUnsubAckMessage
java.lang.Object
io.vertx.mutiny.mqtt.messages.MqttUnsubAckMessage
- All Implemented Interfaces:
MutinyDelegate,MqttMessage
Represents an MQTT UNSUBACK message
NOTE: This class has been automatically generated from the original non Mutiny-ified interface.
- See Also:
-
MqttUnsubAckMessage
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.vertx.mutiny.mqtt.messages.MqttMessage
MqttMessage.MqttMessageImpl -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionMqttUnsubAckMessage(io.vertx.mqtt.messages.MqttUnsubAckMessage delegate) Create a new instance ofMqttUnsubAckMessagedelegating to the given (non-null) instance ofMqttUnsubAckMessage.MqttUnsubAckMessage(Object delegate) -
Method Summary
Modifier and TypeMethodDescriptionstatic MqttUnsubAckMessagecreate(int messageId, List<Short> reasonCodes, io.netty.handler.codec.mqtt.MqttProperties properties) Create a concrete instance of a Vert.x unsuback messagebooleanio.vertx.mqtt.messages.MqttUnsubAckMessageGet the delegate instance.inthashCode()intstatic MqttUnsubAckMessagenewInstance(io.vertx.mqtt.messages.MqttUnsubAckMessage delegate) Creates a new instance of theMqttUnsubAckMessage.io.netty.handler.codec.mqtt.MqttPropertiestoString()
-
Field Details
-
__TYPE_ARG
-
-
Constructor Details
-
MqttUnsubAckMessage
public MqttUnsubAckMessage(io.vertx.mqtt.messages.MqttUnsubAckMessage delegate) Create a new instance ofMqttUnsubAckMessagedelegating to the given (non-null) instance ofMqttUnsubAckMessage. -
MqttUnsubAckMessage
-
-
Method Details
-
getDelegate
public io.vertx.mqtt.messages.MqttUnsubAckMessage getDelegate()Get the delegate instance.This method returns the instance on which this shim is delegating the calls. And so, give you access to the bare API.
- Specified by:
getDelegatein interfaceMqttMessage- Specified by:
getDelegatein interfaceMutinyDelegate- Returns:
- the delegate instance
-
create
public static MqttUnsubAckMessage create(int messageId, List<Short> reasonCodes, io.netty.handler.codec.mqtt.MqttProperties properties) Create a concrete instance of a Vert.x unsuback message- Parameters:
messageId- message identifierreasonCodes- list of reason codesproperties- MQTT properties- Returns:
-
reasonCodes
- Returns:
- list of reason codes
-
properties
public io.netty.handler.codec.mqtt.MqttProperties properties()- Returns:
- MQTT properties
-
messageId
public int messageId()- Specified by:
messageIdin interfaceMqttMessage- Returns:
- Message identifier
-
newInstance
Creates a new instance of theMqttUnsubAckMessage. -
hashCode
public int hashCode() -
equals
-
toString
-