public static enum MapperLimitsConfig.MapperLimitsConfigValue extends Enum<MapperLimitsConfig.MapperLimitsConfigValue> implements org.eclipse.ditto.services.utils.config.KnownConfigValue
MapperLimitsConfig.| Enum Constant and Description |
|---|
MAX_MAPPED_INBOUND_MESSAGE
Maximum number of messages invoked by a mapper defined in source
|
MAX_MAPPED_OUTBOUND_MESSAGE
Maximum number of messages invoked by a mapper defined in target
|
MAX_SOURCE_MAPPERS
Maximum number of mappers defined in one source
|
MAX_TARGET_MAPPERS
Maximum number of mappers defined in one target
|
| Modifier and Type | Method and Description |
|---|---|
String |
getConfigPath() |
Object |
getDefaultValue() |
static MapperLimitsConfig.MapperLimitsConfigValue |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MapperLimitsConfig.MapperLimitsConfigValue[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MapperLimitsConfig.MapperLimitsConfigValue MAX_SOURCE_MAPPERS
public static final MapperLimitsConfig.MapperLimitsConfigValue MAX_MAPPED_INBOUND_MESSAGE
public static final MapperLimitsConfig.MapperLimitsConfigValue MAX_TARGET_MAPPERS
public static final MapperLimitsConfig.MapperLimitsConfigValue MAX_MAPPED_OUTBOUND_MESSAGE
public static MapperLimitsConfig.MapperLimitsConfigValue[] values()
for (MapperLimitsConfig.MapperLimitsConfigValue c : MapperLimitsConfig.MapperLimitsConfigValue.values()) System.out.println(c);
public static MapperLimitsConfig.MapperLimitsConfigValue 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.