-
public final class MqttEvent.HandlerThreadNotAliveEvent extends MqttEvent
-
-
Field Summary
Fields Modifier and Type Field Description private final BooleanisInterruptedprivate final Thread.Statestateprivate ConnectionInfoconnectionInfo
-
Constructor Summary
Constructors Constructor Description MqttEvent.HandlerThreadNotAliveEvent(Boolean isInterrupted, Thread.State state, ConnectionInfo connectionInfo)
-
Method Summary
Modifier and Type Method Description final BooleangetIsInterrupted()final Thread.StategetState()ConnectionInfogetConnectionInfo()UnitsetConnectionInfo(ConnectionInfo connectionInfo)-
-
Constructor Detail
-
MqttEvent.HandlerThreadNotAliveEvent
MqttEvent.HandlerThreadNotAliveEvent(Boolean isInterrupted, Thread.State state, ConnectionInfo connectionInfo)
-
-
Method Detail
-
getIsInterrupted
final Boolean getIsInterrupted()
-
getState
final Thread.State getState()
-
getConnectionInfo
ConnectionInfo getConnectionInfo()
-
setConnectionInfo
Unit setConnectionInfo(ConnectionInfo connectionInfo)
-
-
-
-