| org.springframework.integration.samples.errorhandling |
|
| Java Source File Name | Type | Comment |
| ErrorUnwrapper.java | Class | |
| Invitation.java | Class | |
| PartyDemo.java | Class | Demonstrates the handling of Exceptions in an asynchronous messaging
environment. |
| PartyGuest.java | Class | This guest receives invitations, but returns them to sender with a wrong
address exception message. |
| PartyHost.java | Class | Sends invitations to PartyGuests and likes to be notified of
delivery failures of course. |