Interface MqttMessage
- All Superinterfaces:
io.vertx.lang.rx.RxDelegate
- All Known Implementing Classes:
MqttPublishMessage, MqttSubAckMessage, MqttSubscribeMessage, MqttUnsubscribeMessage
public interface MqttMessage
extends io.vertx.lang.rx.RxDelegate
Represent the interface for each MQTT message
NOTE: This class has been automatically generated from the original non RX-ified interface using Vert.x codegen.
-
Method Summary
-
Method Details
-
getDelegate
MqttMessage getDelegate()- Specified by:
getDelegatein interfaceio.vertx.lang.rx.RxDelegate
-
messageId
int messageId()- Returns:
- Message identifier
-
newInstance
-