Uses of Interface
org.apache.camel.component.rabbitmq.reply.ReplyHandler
Packages that use ReplyHandler
-
Uses of ReplyHandler in org.apache.camel.component.rabbitmq.reply
Classes in org.apache.camel.component.rabbitmq.reply that implement ReplyHandlerModifier and TypeClassDescriptionclass
ReplyHandler
to handle processing replies when using regular queues.class
ReplyHandler
to handle processing replies when using temporary queues.Fields in org.apache.camel.component.rabbitmq.reply with type parameters of type ReplyHandlerModifier and TypeFieldDescriptionprotected org.apache.camel.TimeoutMap<String,
ReplyHandler> ReplyManagerSupport.correlation
Methods in org.apache.camel.component.rabbitmq.reply that return ReplyHandlerModifier and TypeMethodDescriptionprotected abstract ReplyHandler
ReplyManagerSupport.createReplyHandler
(ReplyManager replyManager, org.apache.camel.Exchange exchange, org.apache.camel.AsyncCallback callback, String originalCorrelationId, String correlationId, long requestTimeout) protected ReplyHandler
TemporaryQueueReplyManager.createReplyHandler
(ReplyManager replyManager, org.apache.camel.Exchange exchange, org.apache.camel.AsyncCallback callback, String originalCorrelationId, String correlationId, long requestTimeout) protected ReplyHandler
ReplyManagerSupport.waitForProvisionCorrelationToBeUpdated
(String correlationID, byte[] message) IMPORTANT: This logic is only being used due to high performance in-memory only testing using InOut over JMS.