Interface MessageErrorHandler

    • Method Detail

      • handleError

        boolean handleError​(Throwable t,
                            MessageContext messageContext)
        Handle a particular thrown error.
        Parameters:
        t - the error that was thrown
        messageContext - the message context being processed, if available
        Returns:
        true if error was successfully handled, false otherwise