public enum AggregatorError extends Enum<AggregatorError> implements org.mule.runtime.extension.api.error.ErrorTypeDefinition<AggregatorError>
| Enum Constant and Description |
|---|
AGGREGATOR_CONFIG |
GROUP_COMPLETED |
GROUP_NOT_EVICTED |
GROUP_TIMED_OUT |
NO_GROUP_ID |
NO_GROUP_SIZE |
OBJECT_STORE_ACCESS |
| Modifier and Type | Method and Description |
|---|---|
Optional<org.mule.runtime.extension.api.error.ErrorTypeDefinition<? extends Enum<?>>> |
getParent() |
static AggregatorError |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AggregatorError[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AggregatorError AGGREGATOR_CONFIG
public static final AggregatorError OBJECT_STORE_ACCESS
public static final AggregatorError GROUP_NOT_EVICTED
public static final AggregatorError NO_GROUP_ID
public static final AggregatorError NO_GROUP_SIZE
public static final AggregatorError GROUP_COMPLETED
public static final AggregatorError GROUP_TIMED_OUT
public static AggregatorError[] values()
for (AggregatorError c : AggregatorError.values()) System.out.println(c);
public static AggregatorError 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 Optional<org.mule.runtime.extension.api.error.ErrorTypeDefinition<? extends Enum<?>>> getParent()
getParent in interface org.mule.runtime.extension.api.error.ErrorTypeDefinition<AggregatorError>Copyright © 2024 MuleSoft, Inc.. All rights reserved.