Uses of Interface
org.springframework.integration.support.ErrorMessageStrategy
Packages that use 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
Methods in org.springframework.integration.amqp.dsl with parameters of type ErrorMessageStrategyModifier 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
Methods in org.springframework.integration.amqp.outbound with parameters of type ErrorMessageStrategyModifier 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
Classes in org.springframework.integration.amqp.support that implement ErrorMessageStrategyModifier and TypeClassDescriptionclass
AnErrorMessageStrategy
extension that adds the raw AMQP message as a header to theErrorMessage
. -
Uses of ErrorMessageStrategy in org.springframework.integration.core
Methods in org.springframework.integration.core that return ErrorMessageStrategyMethods in org.springframework.integration.core with parameters of type ErrorMessageStrategyModifier and TypeMethodDescriptionfinal void
ErrorMessagePublisher.setErrorMessageStrategy
(ErrorMessageStrategy errorMessageStrategy) -
Uses of ErrorMessageStrategy in org.springframework.integration.dsl
Methods in org.springframework.integration.dsl with parameters of type ErrorMessageStrategyModifier 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
Methods in org.springframework.integration.endpoint that return ErrorMessageStrategyModifier and TypeMethodDescriptionprotected ErrorMessageStrategy
MessageProducerSupport.getErrorMessageStrategy()
Get anErrorMessageStrategy
to use to build an error message when a exception occurs.Methods in org.springframework.integration.endpoint with parameters of type ErrorMessageStrategyModifier 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
Methods in org.springframework.integration.file.config with parameters of type ErrorMessageStrategyModifier and TypeMethodDescriptionvoid
FileTailInboundChannelAdapterFactoryBean.setErrorMessageStrategy
(ErrorMessageStrategy errorMessageStrategy) -
Uses of ErrorMessageStrategy in org.springframework.integration.file.dsl
Methods in org.springframework.integration.file.dsl with parameters of type ErrorMessageStrategyModifier and TypeMethodDescriptionTailAdapterSpec.errorMessageStrategy
(ErrorMessageStrategy errorMessageStrategy) -
Uses of ErrorMessageStrategy in org.springframework.integration.gateway
Methods in org.springframework.integration.gateway that return ErrorMessageStrategyModifier and TypeMethodDescriptionprotected ErrorMessageStrategy
MessagingGatewaySupport.getErrorMessageStrategy()
Get anErrorMessageStrategy
to use to build an error message when a exception occurs.Methods in org.springframework.integration.gateway with parameters of type ErrorMessageStrategyModifier 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
Constructors in org.springframework.integration.handler.advice with parameters of type ErrorMessageStrategyModifierConstructorDescriptionErrorMessageSendingRecoverer
(MessageChannel channel, ErrorMessageStrategy errorMessageStrategy) Construct instance based on the provided message channel andErrorMessageStrategy
. -
Uses of ErrorMessageStrategy in org.springframework.integration.jms.support
Classes in org.springframework.integration.jms.support that implement ErrorMessageStrategyModifier and TypeClassDescriptionclass
AnErrorMessageStrategy
extension that adds the raw JMS message as a header to theErrorMessage
. -
Uses of ErrorMessageStrategy in org.springframework.integration.kafka.inbound
Constructors in org.springframework.integration.kafka.inbound with parameters of type ErrorMessageStrategyModifierConstructorDescriptionKafkaErrorSendingMessageRecoverer
(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
Methods in org.springframework.integration.kafka.outbound with parameters of type ErrorMessageStrategyModifier 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
Classes in org.springframework.integration.kafka.support that implement ErrorMessageStrategyModifier and TypeClassDescriptionclass
ErrorMessageStrategy
extension that adds the raw record as a header to theErrorMessage
. -
Uses of ErrorMessageStrategy in org.springframework.integration.support
Classes in org.springframework.integration.support that implement ErrorMessageStrategyModifier and TypeClassDescriptionclass
A simpleErrorMessageStrategy
implementations which produces a error message with original message if theAttributeAccessor
hasErrorMessageUtils.INPUT_MESSAGE_CONTEXT_KEY
attribute.