| Package | Description |
|---|---|
| io.smallrye.reactive.messaging.mqtt.session | |
| io.smallrye.reactive.messaging.mqtt.session.impl |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
SessionState |
SessionEventImpl.getSessionState()
The new state of the session.
|
SessionState |
MqttClientSessionImpl.getState() |
| Constructor and Description |
|---|
SessionEventImpl(SessionState sessionState,
Throwable reason) |
Copyright © 2018–2021 SmallRye. All rights reserved.