Uses of Class
org.springframework.integration.core.ErrorMessagePublisher
Packages that use ErrorMessagePublisher
Package
Description
Provides classes representing various channel types.
Provides classes that are used to advise
MessageHandlers with
cross-cutting concerns.Provides Spring Integration inbound components for Apache Kafka.
-
Uses of ErrorMessagePublisher in org.springframework.integration.channel
Subclasses of ErrorMessagePublisher in org.springframework.integration.channelModifier and TypeClassDescriptionclass -
Uses of ErrorMessagePublisher in org.springframework.integration.handler.advice
Subclasses of ErrorMessagePublisher in org.springframework.integration.handler.adviceModifier and TypeClassDescriptionclassARecoveryCallbackthat sends the final throwable as anErrorMessageafter retry exhaustion. -
Uses of ErrorMessagePublisher in org.springframework.integration.kafka.inbound
Subclasses of ErrorMessagePublisher in org.springframework.integration.kafka.inboundModifier and TypeClassDescriptionclassAn extension ofErrorMessagePublisherthat can be used in aCommonErrorHandlerfor recovering Kafka delivery failures.