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 SessionStateSessionEvent. getSessionState()SessionStateMqttClientSession. getState()Get the current session state.static SessionStateSessionState. 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 SessionStateSessionEventImpl. getSessionState()The new state of the session.SessionStateMqttClientSessionImpl. getState()Constructors in io.smallrye.reactive.messaging.mqtt.session.impl with parameters of type SessionState Constructor Description SessionEventImpl(SessionState sessionState, Throwable reason)
-