Package | Description |
---|---|
io.vertx.mqtt | |
io.vertx.mqtt.messages | |
io.vertx.rxjava.mqtt.messages |
Modifier and Type | Method and Description |
---|---|
MqttEndpoint |
MqttEndpoint.publishHandler(Handler<MqttPublishMessage> handler)
Set the publish handler on the MQTT endpoint.
|
Modifier and Type | Method and Description |
---|---|
static MqttPublishMessage |
MqttPublishMessage.create(int messageId,
io.netty.handler.codec.mqtt.MqttQoS qosLevel,
boolean isDup,
boolean isRetain,
String topicName,
ByteBuf payload)
Create a concrete instance of a Vert.x publish message
|
Modifier and Type | Method and Description |
---|---|
MqttPublishMessage |
MqttPublishMessage.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static MqttPublishMessage |
MqttPublishMessage.newInstance(MqttPublishMessage arg) |
Constructor and Description |
---|
MqttPublishMessage(MqttPublishMessage delegate) |
Copyright © 2017. All rights reserved.