static MqttContext.ErrorHandlingMode |
MqttContext.ErrorHandlingMode.from(String paramValue) |
Construct an ErrorHandlingMode object from an MQTT topic property bag parameter value.
|
MqttContext.ErrorHandlingMode |
MqttContext.getErrorHandlingMode(boolean errorSubscriptionExists) |
Gets the mode defining how to handle errors raised when a device publishes a message.
|
static MqttContext.ErrorHandlingMode |
MqttContext.ErrorHandlingMode.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static MqttContext.ErrorHandlingMode[] |
MqttContext.ErrorHandlingMode.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|