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
MessageHandler
s 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 TypeClassDescriptionclass
ARecoveryCallback
that sends the final throwable as anErrorMessage
after retry exhaustion. -
Uses of ErrorMessagePublisher in org.springframework.integration.kafka.inbound
Subclasses of ErrorMessagePublisher in org.springframework.integration.kafka.inboundModifier and TypeClassDescriptionclass
An extension ofErrorMessagePublisher
that can be used in aCommonErrorHandler
for recovering Kafka delivery failures.