Uses of Interface
org.springframework.kafka.listener.BatchErrorHandler
Packages that use BatchErrorHandler
Package
Description
Package for kafka configuration
Package for kafka listeners
-
Uses of BatchErrorHandler in org.springframework.kafka.config
Methods in org.springframework.kafka.config with parameters of type BatchErrorHandlerModifier and TypeMethodDescriptionvoidAbstractKafkaListenerContainerFactory.setBatchErrorHandler(BatchErrorHandler errorHandler) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of BatchErrorHandler in org.springframework.kafka.listener
Subinterfaces of BatchErrorHandler 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 BatchErrorHandlerModifier and TypeMethodDescriptionvoidAbstractMessageListenerContainer.setBatchErrorHandler(BatchErrorHandler errorHandler) Deprecated, for removal: This API element is subject to removal in a future version.
AbstractKafkaListenerContainerFactory.setCommonErrorHandler(CommonErrorHandler)