public static enum AbstractKafkaMessageListener.CONSUMER_TYPE extends Enum<AbstractKafkaMessageListener.CONSUMER_TYPE>
Modifier and Type | Method and Description |
---|---|
String |
getName() |
static AbstractKafkaMessageListener.CONSUMER_TYPE |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractKafkaMessageListener.CONSUMER_TYPE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AbstractKafkaMessageListener.CONSUMER_TYPE HIGHLEVEL
public static final AbstractKafkaMessageListener.CONSUMER_TYPE SIMPLE
public static AbstractKafkaMessageListener.CONSUMER_TYPE[] values()
for (AbstractKafkaMessageListener.CONSUMER_TYPE c : AbstractKafkaMessageListener.CONSUMER_TYPE.values()) System.out.println(c);
public static AbstractKafkaMessageListener.CONSUMER_TYPE 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 String getName()
Copyright © 2021 WSO2. All rights reserved.