public static enum MqttConfig.ClientConfig.ReconnectionMode extends Enum<MqttConfig.ClientConfig.ReconnectionMode>
MqttPublishHandler is call.| Modifier and Type | Method and Description |
|---|---|
static MqttConfig.ClientConfig.ReconnectionMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MqttConfig.ClientConfig.ReconnectionMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MqttConfig.ClientConfig.ReconnectionMode NONE
public static final MqttConfig.ClientConfig.ReconnectionMode ALWAYS
public static final MqttConfig.ClientConfig.ReconnectionMode CUSTOM
public static MqttConfig.ClientConfig.ReconnectionMode[] values()
for (MqttConfig.ClientConfig.ReconnectionMode c : MqttConfig.ClientConfig.ReconnectionMode.values()) System.out.println(c);
public static MqttConfig.ClientConfig.ReconnectionMode valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2013-2018–2019 SeedStack. All rights reserved.