Package io.vertx.mutiny.mqtt.messages
Class MqttUnsubscribeMessage
java.lang.Object
io.vertx.mutiny.mqtt.messages.MqttUnsubscribeMessage
- All Implemented Interfaces:
MutinyDelegate,MqttMessage
Represents an MQTT UNSUBSCRIBE message
NOTE: This class has been automatically generated from the
original non Mutiny-ified interface using Vert.x codegen.-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionMqttUnsubscribeMessage(io.vertx.mqtt.messages.MqttUnsubscribeMessage delegate) MqttUnsubscribeMessage(Object delegate) -
Method Summary
Modifier and TypeMethodDescriptionstatic MqttUnsubscribeMessagebooleanio.vertx.mqtt.messages.MqttUnsubscribeMessageinthashCode()intstatic MqttUnsubscribeMessagenewInstance(io.vertx.mqtt.messages.MqttUnsubscribeMessage arg) io.netty.handler.codec.mqtt.MqttPropertiestopics()toString()
-
Field Details
-
__TYPE_ARG
-
-
Constructor Details
-
MqttUnsubscribeMessage
public MqttUnsubscribeMessage(io.vertx.mqtt.messages.MqttUnsubscribeMessage delegate) -
MqttUnsubscribeMessage
-
-
Method Details
-
getDelegate
public io.vertx.mqtt.messages.MqttUnsubscribeMessage getDelegate()- Specified by:
getDelegatein interfaceMqttMessage- Specified by:
getDelegatein interfaceMutinyDelegate- Returns:
- the delegate used by this Mutiny object of generated type
-
toString
-
equals
-
hashCode
public int hashCode() -
messageId
public int messageId()- Specified by:
messageIdin interfaceMqttMessage- Returns:
- Message identifier
-
topics
- Returns:
- List of topics to unsubscribe
-
create
public static MqttUnsubscribeMessage create(int messageId, List<String> topics, io.netty.handler.codec.mqtt.MqttProperties properties) - Parameters:
messageId- message identifiertopics- list of topics to unsubscribeproperties- UNSUBSCRIBE message properties- Returns:
-
properties
public io.netty.handler.codec.mqtt.MqttProperties properties()- Returns:
- MQTT properties
-
newInstance
-