INT-3835: Fix ERROR_CHANNEL Constant in Reference

JIRA: https://jira.spring.io/browse/INT-3835
This commit is contained in:
Gary Russell
2015-09-29 13:48:12 -04:00
parent 0262ff5324
commit 2420c60cbe

View File

@@ -162,7 +162,7 @@
Specifically, the Exception will become the payload of a Spring Integration Message. That Message will
then be sent to a Message Channel that is resolved in a way that is similar to the 'replyChannel'
resolution. First, if the request Message being handled at the time the Exception occurred contains
an 'errorChannel' header (the header name is defined in the constant: IntegrationMessageHeaderAccessor.ERROR_CHANNEL),
an 'errorChannel' header (the header name is defined in the constant: MessageHeaders.ERROR_CHANNEL),
the ErrorMessage will be sent to that channel. Otherwise, the error handler will send to a "global"
channel whose bean name is "errorChannel" (this is also defined as a constant:
IntegrationContextUtils.ERROR_CHANNEL_BEAN_NAME).