| Enum Constant and Description |
|---|
AUTH_URL |
CG |
CONFIG |
CONSUME_TIMEOUT |
CONSUMER_ID |
CONSUMER_PATH_PREFIX |
COOKIE |
DOMAIN |
HTTP_PROXY |
OPERATION |
PASSWORD |
PRODUCE |
PRODUCER_PATH_PREFIX |
PRODUCER_RECORDS |
RETRY |
TOKEN |
TOPIC |
URL |
USER |
VERIFY_CERT_BUNDLE |
| Modifier and Type | Method and Description |
|---|---|
static Options |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Options[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Options TOPIC
public static final Options AUTH_URL
public static final Options USER
public static final Options PASSWORD
public static final Options OPERATION
public static final Options URL
public static final Options TOKEN
public static final Options CG
public static final Options CONFIG
public static final Options RETRY
public static final Options CONSUMER_PATH_PREFIX
public static final Options CONSUMER_ID
public static final Options COOKIE
public static final Options DOMAIN
public static final Options VERIFY_CERT_BUNDLE
public static final Options HTTP_PROXY
public static final Options CONSUME_TIMEOUT
public static final Options PRODUCE
public static final Options PRODUCER_PATH_PREFIX
public static final Options PRODUCER_RECORDS
public static Options[] values()
for (Options c : Options.values()) System.out.println(c);
public static Options 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 null