Uses of Enum
org.springframework.cloud.stream.binder.kafka.streams.DeserializationExceptionHandler
Packages that use DeserializationExceptionHandler
Package
Description
-
Uses of DeserializationExceptionHandler in org.springframework.cloud.stream.binder.kafka.streams
Methods in org.springframework.cloud.stream.binder.kafka.streams that return DeserializationExceptionHandlerModifier and TypeMethodDescriptionReturns 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. -
Uses of DeserializationExceptionHandler in org.springframework.cloud.stream.binder.kafka.streams.properties
Methods in org.springframework.cloud.stream.binder.kafka.streams.properties that return DeserializationExceptionHandlerModifier and TypeMethodDescriptionKafkaStreamsBinderConfigurationProperties.getDeserializationExceptionHandler()KafkaStreamsConsumerProperties.getDeserializationExceptionHandler()Methods in org.springframework.cloud.stream.binder.kafka.streams.properties with parameters of type DeserializationExceptionHandlerModifier and TypeMethodDescriptionvoidKafkaStreamsBinderConfigurationProperties.setDeserializationExceptionHandler(DeserializationExceptionHandler deserializationExceptionHandler) voidKafkaStreamsConsumerProperties.setDeserializationExceptionHandler(DeserializationExceptionHandler deserializationExceptionHandler)