Class Mqtt3ClientFactory
java.lang.Object
io.micronaut.mqtt.hivemq.v3.client.Mqtt3ClientFactory
- All Implemented Interfaces:
MqttClientFactory
@Factory
@Requires(property="mqtt.client.mqtt-version",
value="3")
public final class Mqtt3ClientFactory
extends Object
implements MqttClientFactory
A factory to create an MQTT v3 client.
- Since:
- 3.0.0
- Author:
- Sven Kobow
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.micronaut.mqtt.hivemq.client.MqttClientFactory
getKeyManagerFactory, getTrustManagerFactory
-
Constructor Details
-
Mqtt3ClientFactory
public Mqtt3ClientFactory()
-