Interface | Description |
---|---|
CorrelationListener |
Listener for events when correlation id's changes.
|
MessageSentCallback |
Callback when a
Message has been sent. |
ReplyHandler |
Handles a reply.
|
ReplyManager |
The
ReplyManager is responsible for handling request-reply
over RabbitMQ. |
Class | Description |
---|---|
CorrelationTimeoutMap |
A
TimeoutMap which is used to track reply messages which
has been timed out, and thus should trigger the waiting Exchange to
timeout as well. |
QueueReplyHandler |
ReplyHandler to handle processing replies when using regular queues. |
ReplyHolder |
Holder which contains the
Exchange and AsyncCallback to be used
when the reply arrives, so we can set the reply on the Exchange and continue routing using the callback. |
ReplyManagerSupport | |
TemporaryQueueReplyHandler |
ReplyHandler to handle processing replies when using temporary queues. |
TemporaryQueueReplyManager |
A
ReplyManager when using temporary queues. |
UseMessageIdAsCorrelationIdMessageSentCallback |
Callback to be used when using the option useMessageIDAsCorrelationID.
|
Apache Camel