public static enum SolConsumerEvent.EventType extends Enum<SolConsumerEvent.EventType>
| Enum Constant and Description |
|---|
ACTIVE_FLOW_INDICATION
The consumer activity status has changed to either ACTIVE or INACTIVE
on a topic or queue.
|
| Modifier and Type | Method and Description |
|---|---|
static SolConsumerEvent.EventType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SolConsumerEvent.EventType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SolConsumerEvent.EventType ACTIVE_FLOW_INDICATION
public static SolConsumerEvent.EventType[] values()
for (SolConsumerEvent.EventType c : SolConsumerEvent.EventType.values()) System.out.println(c);
public static SolConsumerEvent.EventType 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 2004-2024 Solace Corporation. All rights reserved.