public static enum KafkaConnection.TechnologyType extends Enum<KafkaConnection.TechnologyType> implements BmcEnum
The Kafka technology type.
Enum Constant and Description |
---|
ApacheKafka |
AzureEventHubs |
ConfluentKafka |
OciStreaming |
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by
this version of the SDK.
|
Modifier and Type | Method and Description |
---|---|
static KafkaConnection.TechnologyType |
create(String key) |
String |
getValue() |
static KafkaConnection.TechnologyType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KafkaConnection.TechnologyType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final KafkaConnection.TechnologyType ApacheKafka
public static final KafkaConnection.TechnologyType AzureEventHubs
public static final KafkaConnection.TechnologyType ConfluentKafka
public static final KafkaConnection.TechnologyType OciStreaming
public static final KafkaConnection.TechnologyType UnknownEnumValue
public static KafkaConnection.TechnologyType[] values()
for (KafkaConnection.TechnologyType c : KafkaConnection.TechnologyType.values()) System.out.println(c);
public static KafkaConnection.TechnologyType 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 static KafkaConnection.TechnologyType create(String key)
Copyright © 2016–2024. All rights reserved.