Interface Mqtt3ClientConfiguration
- All Superinterfaces:
MqttClientConfiguration
MQTT v3 Client Configuration.
- Since:
- 3.0.0
- Author:
- Sergio del Amo
-
Method Summary
Methods inherited from interface io.micronaut.mqtt.hivemq.config.MqttClientConfiguration
getCertificateConfiguration, getClientId, getConnectionTimeout, getCustomWebSocketHeaders, getKeepAliveInterval, getManualAcks, getMaxReconnectDelay, getMqttVersion, getPassword, getServerHost, getServerPort, getServerUri, getSSLHostnameVerifier, getUserName, getWillMessage, isAutomaticReconnect, isHttpsHostnameVerificationEnabled, isSSL
-
Method Details
-
isCleanSession
boolean isCleanSession()- Returns:
- If connection should start a new session.
-