Uses of Interface
org.springframework.kafka.listener.ErrorHandler
Packages that use ErrorHandler
Package
Description
Package for kafka configuration
Package for kafka listeners
-
Uses of ErrorHandler in org.springframework.kafka.config
Methods in org.springframework.kafka.config with parameters of type ErrorHandlerModifier and TypeMethodDescriptionvoidAbstractKafkaListenerContainerFactory.setErrorHandler(ErrorHandler errorHandler) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of ErrorHandler in org.springframework.kafka.listener
Subinterfaces of ErrorHandler in org.springframework.kafka.listenerModifier and TypeInterfaceDescriptioninterfaceDeprecated, for removal: This API element is subject to removal in a future version.in favor ofCommonErrorHandler.interfaceDeprecated, for removal: This API element is subject to removal in a future version.in favor ofCommonErrorHandler.interfaceDeprecated, for removal: This API element is subject to removal in a future version.in favor ofCommonErrorHandler.Methods in org.springframework.kafka.listener with parameters of type ErrorHandlerModifier and TypeMethodDescriptionvoidAbstractMessageListenerContainer.setErrorHandler(ErrorHandler errorHandler) Deprecated, for removal: This API element is subject to removal in a future version.
AbstractKafkaListenerContainerFactory.setCommonErrorHandler(CommonErrorHandler)