Class Mqtt5ClientAdapter

java.lang.Object
io.micronaut.mqtt.hivemq.v5.client.Mqtt5ClientAdapter
All Implemented Interfaces:
MqttClientAdapter

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