public static enum SolConsumerEvent.EventType extends java.lang.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(java.lang.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(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullCopyright 2004-2025 Solace Corporation. All rights reserved.