-
public final class MqttEvent.OptimalKeepAliveFoundEvent extends MqttEvent
-
-
Field Summary
Fields Modifier and Type Field Description private final IntegertimeMinutesprivate final IntegerprobeCountprivate final IntegerconvergenceTimeprivate ConnectionInfoconnectionInfo
-
Constructor Summary
Constructors Constructor Description MqttEvent.OptimalKeepAliveFoundEvent(Integer timeMinutes, Integer probeCount, Integer convergenceTime, ConnectionInfo connectionInfo)
-
Method Summary
Modifier and Type Method Description final IntegergetTimeMinutes()final IntegergetProbeCount()final IntegergetConvergenceTime()ConnectionInfogetConnectionInfo()UnitsetConnectionInfo(ConnectionInfo connectionInfo)-
-
Constructor Detail
-
MqttEvent.OptimalKeepAliveFoundEvent
MqttEvent.OptimalKeepAliveFoundEvent(Integer timeMinutes, Integer probeCount, Integer convergenceTime, ConnectionInfo connectionInfo)
-
-
Method Detail
-
getTimeMinutes
final Integer getTimeMinutes()
-
getProbeCount
final Integer getProbeCount()
-
getConvergenceTime
final Integer getConvergenceTime()
-
getConnectionInfo
ConnectionInfo getConnectionInfo()
-
setConnectionInfo
Unit setConnectionInfo(ConnectionInfo connectionInfo)
-
-
-
-