|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ReplyHandler | |
|---|---|
| org.apache.camel.component.jms.reply | Logic implementing support for request/reply over JMS |
| Uses of ReplyHandler in org.apache.camel.component.jms.reply |
|---|
| Classes in org.apache.camel.component.jms.reply that implement ReplyHandler | |
|---|---|
class |
PersistentQueueReplyHandler
ReplyHandler to handle processing replies when using persistent queues. |
class |
TemporaryQueueReplyHandler
ReplyHandler to handle processing replies when using temporary queues. |
| Methods in org.apache.camel.component.jms.reply that return ReplyHandler | |
|---|---|
ReplyHandler |
CorrelationTimeoutMap.remove(String key)
|
protected ReplyHandler |
ReplyManagerSupport.waitForProvisionCorrelationToBeUpdated(String correlationID,
javax.jms.Message message)
IMPORTANT: This logic is only being used due to high performance in-memory only testing using InOut over JMS. |
| Methods in org.apache.camel.component.jms.reply with parameters of type ReplyHandler | |
|---|---|
boolean |
CorrelationTimeoutMap.onEviction(String key,
ReplyHandler value)
|
void |
CorrelationTimeoutMap.put(String key,
ReplyHandler value,
long timeoutMillis)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||