-
public final class MqttEvent.AuthenticatorAttemptEvent extends MqttEvent
-
-
Field Summary
Fields Modifier and Type Field Description private final BooleanforceRefreshprivate final MqttConnectOptionsconnectOptionsprivate ConnectionInfoconnectionInfo
-
Constructor Summary
Constructors Constructor Description MqttEvent.AuthenticatorAttemptEvent(Boolean forceRefresh, MqttConnectOptions connectOptions, ConnectionInfo connectionInfo)
-
Method Summary
Modifier and Type Method Description final BooleangetForceRefresh()final MqttConnectOptionsgetConnectOptions()ConnectionInfogetConnectionInfo()UnitsetConnectionInfo(ConnectionInfo connectionInfo)-
-
Constructor Detail
-
MqttEvent.AuthenticatorAttemptEvent
MqttEvent.AuthenticatorAttemptEvent(Boolean forceRefresh, MqttConnectOptions connectOptions, ConnectionInfo connectionInfo)
-
-
Method Detail
-
getForceRefresh
final Boolean getForceRefresh()
-
getConnectOptions
final MqttConnectOptions getConnectOptions()
-
getConnectionInfo
ConnectionInfo getConnectionInfo()
-
setConnectionInfo
Unit setConnectionInfo(ConnectionInfo connectionInfo)
-
-
-
-