Class Summary |
AbstractChannelMessageProcessor |
Provides common logic to all channel aware message processors. |
Acknowledger |
Used to manually perform a basic ack of the message in flow, allowing fine control of message
throttling. |
Recover |
Used to manually perform a basic recover of the current channel. |
Rejecter |
Used to manually perform a basic reject of the message in flow, allowing fine control of message
throttling. |
ReturnHandler |
Message processor that sets the return listener for the flow, leaving it up to the
endpoint to set it on the channel.
This class is also the holder of all the different return listeners of the
transport. |