Package | Description |
---|---|
io.vertx.reactivex.mqtt | |
io.vertx.reactivex.mqtt.messages |
Modifier and Type | Method and Description |
---|---|
MqttEndpoint |
MqttEndpoint.publishAcknowledgeMessageHandler(Handler<MqttPubAckMessage> handler)
Set the puback handler on the MQTT endpoint.
|
Modifier and Type | Field and Description |
---|---|
static io.vertx.lang.rx.TypeArg<MqttPubAckMessage> |
MqttPubAckMessage.__TYPE_ARG |
Modifier and Type | Method and Description |
---|---|
static MqttPubAckMessage |
MqttPubAckMessage.create(int messageId,
MqttPubAckReasonCode code,
io.netty.handler.codec.mqtt.MqttProperties properties)
Create a concrete instance of a Vert.x puback message
|
static MqttPubAckMessage |
MqttPubAckMessage.newInstance(MqttPubAckMessage arg) |
Copyright © 2022 Eclipse. All rights reserved.