Uses of Interface
org.springframework.integration.support.ErrorMessageStrategy
Package
Description
Provides AMQP Component support for the Java DSL.
Provides classes supporting outbound endpoints.
Provides AMQP support classes.
Provides core classes.
Root package of the Spring Integration Java DSL.
Provides core classes related to Endpoints.
Provides classes for configuration - parsers, namespace handlers, factory beans.
Provides File Components support for Spring Integration Java DSL.
Provides classes supporting messaging gateways.
Provides classes that are used to advise
MessageHandler
s with
cross-cutting concerns.Provides JMS Components support classes.
Provides Spring Integration inbound components for Apache Kafka.
Provides Spring Integration outbound components for Apache Kafka.
Provides support classes.
Base core support package.
-
Uses of ErrorMessageStrategy in org.springframework.integration.amqp.dsl
Modifier and TypeMethodDescriptionAmqpBaseOutboundEndpointSpec.errorMessageStrategy
(ErrorMessageStrategy errorMessageStrategy) Set the error message strategy to use for returned (or negatively confirmed) messages. -
Uses of ErrorMessageStrategy in org.springframework.integration.amqp.outbound
Modifier and TypeMethodDescriptionvoid
AbstractAmqpOutboundEndpoint.setErrorMessageStrategy
(ErrorMessageStrategy errorMessageStrategy) Set the error message strategy to use for returned (or negatively confirmed) messages. -
Uses of ErrorMessageStrategy in org.springframework.integration.amqp.support
Modifier and TypeClassDescriptionclass
AnErrorMessageStrategy
extension that adds the raw AMQP message as a header to theErrorMessage
. -
Uses of ErrorMessageStrategy in org.springframework.integration.core
Modifier and TypeMethodDescriptionfinal void
ErrorMessagePublisher.setErrorMessageStrategy
(ErrorMessageStrategy errorMessageStrategy) -
Uses of ErrorMessageStrategy in org.springframework.integration.dsl
Modifier and TypeMethodDescriptionMessageProducerSpec.errorMessageStrategy
(ErrorMessageStrategy errorMessageStrategy) Set anErrorMessageStrategy
to use to build an error message when a exception occurs. -
Uses of ErrorMessageStrategy in org.springframework.integration.endpoint
Modifier and TypeMethodDescriptionprotected ErrorMessageStrategy
MessageProducerSupport.getErrorMessageStrategy()
Get anErrorMessageStrategy
to use to build an error message when a exception occurs.Modifier and TypeMethodDescriptionfinal void
MessageProducerSupport.setErrorMessageStrategy
(ErrorMessageStrategy errorMessageStrategy) Set anErrorMessageStrategy
to use to build an error message when a exception occurs. -
Uses of ErrorMessageStrategy in org.springframework.integration.file.config
Modifier and TypeMethodDescriptionvoid
FileTailInboundChannelAdapterFactoryBean.setErrorMessageStrategy
(ErrorMessageStrategy errorMessageStrategy) -
Uses of ErrorMessageStrategy in org.springframework.integration.file.dsl
Modifier and TypeMethodDescriptionTailAdapterSpec.errorMessageStrategy
(ErrorMessageStrategy errorMessageStrategy) -
Uses of ErrorMessageStrategy in org.springframework.integration.gateway
Modifier and TypeMethodDescriptionprotected ErrorMessageStrategy
MessagingGatewaySupport.getErrorMessageStrategy()
Get anErrorMessageStrategy
to use to build an error message when a exception occurs.Modifier and TypeMethodDescriptionfinal void
MessagingGatewaySupport.setErrorMessageStrategy
(ErrorMessageStrategy errorMessageStrategy) Set anErrorMessageStrategy
to use to build an error message when a exception occurs. -
Uses of ErrorMessageStrategy in org.springframework.integration.handler.advice
ModifierConstructorDescriptionErrorMessageSendingRecoverer
(MessageChannel channel, ErrorMessageStrategy errorMessageStrategy) Construct instance based on the provided message channel andErrorMessageStrategy
. -
Uses of ErrorMessageStrategy in org.springframework.integration.jms.support
Modifier and TypeClassDescriptionclass
AnErrorMessageStrategy
extension that adds the raw JMS message as a header to theErrorMessage
. -
Uses of ErrorMessageStrategy in org.springframework.integration.kafka.inbound
ModifierConstructorDescriptionKafkaErrorSendingMessageRecoverer
(MessageChannel channel, ErrorMessageStrategy errorMessageStrategy) Construct an instance to send the channel, using the error message strategy. -
Uses of ErrorMessageStrategy in org.springframework.integration.kafka.outbound
Modifier and TypeMethodDescriptionvoid
KafkaProducerMessageHandler.setErrorMessageStrategy
(ErrorMessageStrategy errorMessageStrategy) Set the error message strategy implementation to use when sending error messages after send failures. -
Uses of ErrorMessageStrategy in org.springframework.integration.kafka.support
Modifier and TypeClassDescriptionclass
ErrorMessageStrategy
extension that adds the raw record as a header to theErrorMessage
. -
Uses of ErrorMessageStrategy in org.springframework.integration.support
Modifier and TypeClassDescriptionclass
A simpleErrorMessageStrategy
implementations which produces a error message with original message if theAttributeAccessor
hasErrorMessageUtils.INPUT_MESSAGE_CONTEXT_KEY
attribute.