Package | Description |
---|---|
io.vertx.mqtt | |
io.vertx.mqtt.messages |
Modifier and Type | Method and Description |
---|---|
MqttEndpoint |
MqttEndpoint.subscribeHandler(io.vertx.core.Handler<MqttSubscribeMessage> handler)
Set a subscribe handler on the MQTT endpoint.
|
Modifier and Type | Method and Description |
---|---|
static MqttSubscribeMessage |
MqttSubscribeMessage.create(int messageId,
List<io.netty.handler.codec.mqtt.MqttTopicSubscription> topicSubscriptions)
Create a concrete instance of a Vert.x subscribe message
|
Copyright © 2021 Eclipse. All rights reserved.