public enum KafkaProcessorType extends Enum<KafkaProcessorType>
| Modifier and Type | Field and Description |
|---|---|
private String |
processorType |
| Modifier and Type | Method and Description |
|---|---|
String |
getProcessorType() |
static KafkaProcessorType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KafkaProcessorType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final KafkaProcessorType PUBLISH
public static final KafkaProcessorType CONSUME
public static final KafkaProcessorType PUT
private final String processorType
public static KafkaProcessorType[] values()
for (KafkaProcessorType c : KafkaProcessorType.values()) System.out.println(c);
public static KafkaProcessorType 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 getProcessorType()
Copyright © 2023 Apache NiFi Project. All rights reserved.