Uses of Class
io.smallrye.reactive.messaging.mqtt.session.SessionState
-
Packages that use SessionState Package Description io.smallrye.reactive.messaging.mqtt.session io.smallrye.reactive.messaging.mqtt.session.impl -
-
Uses of SessionState in io.smallrye.reactive.messaging.mqtt.session
Methods in io.smallrye.reactive.messaging.mqtt.session that return SessionState Modifier and Type Method Description SessionState
SessionEvent. getSessionState()
SessionState
MqttClientSession. getState()
Get the current session state.static SessionState
SessionState. valueOf(String name)
Returns the enum constant of this type with the specified name.static SessionState[]
SessionState. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of SessionState in io.smallrye.reactive.messaging.mqtt.session.impl
Methods in io.smallrye.reactive.messaging.mqtt.session.impl that return SessionState Modifier and Type Method Description SessionState
SessionEventImpl. getSessionState()
The new state of the session.SessionState
MqttClientSessionImpl. getState()
Constructors in io.smallrye.reactive.messaging.mqtt.session.impl with parameters of type SessionState Constructor Description SessionEventImpl(SessionState sessionState, Throwable reason)
-