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