Package io.vertx.rxjava3.mqtt.messages
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 messageNOTE: This class has been automatically generated from the
original
non RX-ified interface using Vert.x codegen.
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description MqttMessage
getDelegate()
int
messageId()
static MqttMessage
newInstance(MqttMessage arg)
-
-
-
Method Detail
-
getDelegate
MqttMessage getDelegate()
- Specified by:
getDelegate
in interfaceio.vertx.lang.rx.RxDelegate
-
messageId
int messageId()
- Returns:
- Message identifier
-
newInstance
static MqttMessage newInstance(MqttMessage arg)
-
-