Uses of Interface
io.smallrye.reactive.messaging.mqtt.MqttMessage
-
Packages that use MqttMessage Package Description io.smallrye.reactive.messaging.mqtt -
-
Uses of MqttMessage in io.smallrye.reactive.messaging.mqtt
Classes in io.smallrye.reactive.messaging.mqtt that implement MqttMessage Modifier and Type Class Description class
ReceivingMqttMessage
class
SendingMqttMessage<T>
Methods in io.smallrye.reactive.messaging.mqtt that return MqttMessage Modifier and Type Method Description static <T> MqttMessage<T>
MqttMessage. of(String topic, T payload)
static <T> MqttMessage<T>
MqttMessage. of(String topic, T payload, io.netty.handler.codec.mqtt.MqttQoS qos)
static <T> MqttMessage<T>
MqttMessage. of(String topic, T payload, io.netty.handler.codec.mqtt.MqttQoS qos, boolean retain)
static <T> MqttMessage<T>
MqttMessage. of(String topic, T payload, Supplier<CompletionStage<Void>> ack)
static <T> MqttMessage<T>
MqttMessage. of(T payload)
default MqttMessage<T>
MqttMessage. withAck(Supplier<CompletionStage<Void>> ack)
-