Uses of Interface
org.springframework.kafka.listener.GenericErrorHandler
Packages that use GenericErrorHandler
-
Uses of GenericErrorHandler in org.springframework.kafka.listener
Subinterfaces of GenericErrorHandler in org.springframework.kafka.listenerModifier and TypeInterfaceDescriptioninterfaceDeprecated, for removal: This API element is subject to removal in a future version.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.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.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.interfaceDeprecated, for removal: This API element is subject to removal in a future version.in favor ofCommonErrorHandler.Methods in org.springframework.kafka.listener that return GenericErrorHandlerModifier and TypeMethodDescriptionAbstractMessageListenerContainer.getGenericErrorHandler()Deprecated, for removal: This API element is subject to removal in a future version.Methods in org.springframework.kafka.listener with parameters of type GenericErrorHandlerModifier and TypeMethodDescriptionvoidAbstractMessageListenerContainer.setGenericErrorHandler(GenericErrorHandler<?> errorHandler) Deprecated, for removal: This API element is subject to removal in a future version.
CommonErrorHandler.