Class Mqtt3ClientAdapter

java.lang.Object
io.micronaut.mqtt.hivemq.v3.client.Mqtt3ClientAdapter
All Implemented Interfaces:
MqttClientAdapter

@Singleton @Requires(property="mqtt.client.mqtt-version", value="3") public final class Mqtt3ClientAdapter extends Object implements MqttClientAdapter
Adapter class for MQTT 3 HiveMQ async client.
Since:
3.0.0
Author:
Sven Kobow
See Also: