Package io.vertx.mutiny.mqtt.messages
Interface MqttMessage
- All Superinterfaces:
MutinyDelegate
- All Known Implementing Classes:
MqttPublishMessage,MqttSubAckMessage,MqttSubscribeMessage,MqttUnsubscribeMessage
Represent the interface for each MQTT message
NOTE: This class has been automatically generated from the
original non Mutiny-ified interface using Vert.x codegen.-
Method Summary
Modifier and TypeMethodDescriptionio.vertx.mqtt.messages.MqttMessageintstatic MqttMessagenewInstance(io.vertx.mqtt.messages.MqttMessage arg)
-
Method Details
-
getDelegate
io.vertx.mqtt.messages.MqttMessage getDelegate()- Specified by:
getDelegatein interfaceMutinyDelegate- Returns:
- the delegate used by this Mutiny object of generated type
-
messageId
int messageId()- Returns:
- Message identifier
-
newInstance
-