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