DeserializationExceptionHandler.@Deprecated public static enum KafkaStreamsBinderConfigurationProperties.SerdeError extends Enum<KafkaStreamsBinderConfigurationProperties.SerdeError>
| Enum Constant and Description |
|---|
logAndContinue
Deprecated.
Deserialization error handler with log and continue.
|
logAndFail
Deprecated.
Deserialization error handler with log and fail.
|
sendToDlq
Deprecated.
Deserialization error handler with DLQ send.
|
| Modifier and Type | Method and Description |
|---|---|
static KafkaStreamsBinderConfigurationProperties.SerdeError |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static KafkaStreamsBinderConfigurationProperties.SerdeError[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final KafkaStreamsBinderConfigurationProperties.SerdeError logAndContinue
public static final KafkaStreamsBinderConfigurationProperties.SerdeError logAndFail
public static final KafkaStreamsBinderConfigurationProperties.SerdeError sendToDlq
public static KafkaStreamsBinderConfigurationProperties.SerdeError[] values()
for (KafkaStreamsBinderConfigurationProperties.SerdeError c : KafkaStreamsBinderConfigurationProperties.SerdeError.values()) System.out.println(c);
public static KafkaStreamsBinderConfigurationProperties.SerdeError 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 nullCopyright © 2022 Pivotal Software, Inc.. All rights reserved.