MessageHandlerChain
.MessageHandler
which wraps and invokes another handler, catches any Throwable
which is
thrown by the wrapped handler's MessageHandler.invoke(MessageContext)
, and applies
a list of configured TypedMessageErrorHandler
strategies.TypedMessageErrorHandler
.TypedMessageErrorHandler
.Copyright © 1999–2015. All rights reserved.