Receiver
Table of Contents
Classes
- ProcessingException
- RecoverableMessageException
- If something goes wrong while handling a message but the message should be retried anyway, a handler can throw this exception
- UnprocessableMessageException
- UnrecoverableMessageException
- If something goes wrong while handling a message and the message should not be retried, a handler can throw this exception