| Package | Description |
|---|---|
| org.springframework.cloud.stream.binder.kafka.streams | |
| org.springframework.cloud.stream.binder.kafka.streams.properties |
| Modifier and Type | Method and Description |
|---|---|
static DeserializationExceptionHandler |
DeserializationExceptionHandler.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeserializationExceptionHandler[] |
DeserializationExceptionHandler.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
DeserializationExceptionHandler |
KafkaStreamsConsumerProperties.getDeserializationExceptionHandler() |
DeserializationExceptionHandler |
KafkaStreamsBinderConfigurationProperties.getDeserializationExceptionHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
KafkaStreamsConsumerProperties.setDeserializationExceptionHandler(DeserializationExceptionHandler deserializationExceptionHandler) |
void |
KafkaStreamsBinderConfigurationProperties.setDeserializationExceptionHandler(DeserializationExceptionHandler deserializationExceptionHandler) |
Copyright © 2021 Pivotal Software, Inc.. All rights reserved.