Package | Description |
---|---|
io.vertx.reactivex.mqtt | |
io.vertx.reactivex.mqtt.messages |
Modifier and Type | Method and Description |
---|---|
MqttClient |
MqttClient.publishHandler(Handler<MqttPublishMessage> publishHandler)
Sets handler which will be called each time server publish something to client
|
MqttEndpoint |
MqttEndpoint.publishHandler(Handler<MqttPublishMessage> handler)
Set the publish handler on the MQTT endpoint.
|
Modifier and Type | Field and Description |
---|---|
static io.vertx.lang.rx.TypeArg<MqttPublishMessage> |
MqttPublishMessage.__TYPE_ARG |
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,
io.netty.buffer.ByteBuf payload,
io.netty.handler.codec.mqtt.MqttProperties properties)
Create a concrete instance of a Vert.x publish message
|
static MqttPublishMessage |
MqttPublishMessage.newInstance(MqttPublishMessage arg) |
Copyright © 2023 Eclipse. All rights reserved.