public static enum StreamingConfig.StreamingConfigValue extends Enum<StreamingConfig.StreamingConfigValue> implements org.eclipse.ditto.services.utils.config.KnownConfigValue
StreamingConfig.| Enum Constant and Description |
|---|
SESSION_COUNTER_SCRAPE_INTERVAL
How often to update websocket session counter by counting child actors.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getConfigPath() |
Object |
getDefaultValue() |
static StreamingConfig.StreamingConfigValue |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StreamingConfig.StreamingConfigValue[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StreamingConfig.StreamingConfigValue SESSION_COUNTER_SCRAPE_INTERVAL
public static StreamingConfig.StreamingConfigValue[] values()
for (StreamingConfig.StreamingConfigValue c : StreamingConfig.StreamingConfigValue.values()) System.out.println(c);
public static StreamingConfig.StreamingConfigValue 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 nullpublic Object getDefaultValue()
getDefaultValue in interface org.eclipse.ditto.services.utils.config.KnownConfigValuepublic String getConfigPath()
getConfigPath in interface org.eclipse.ditto.services.utils.config.WithConfigPathCopyright © 2017–2019 Eclipse Foundation. All rights reserved.