Uses of Interface
org.apache.camel.component.rabbitmq.reply.ReplyManager
Packages that use ReplyManager
-
Uses of ReplyManager in org.apache.camel.component.rabbitmq
Methods in org.apache.camel.component.rabbitmq that return ReplyManager -
Uses of ReplyManager in org.apache.camel.component.rabbitmq.reply
Classes in org.apache.camel.component.rabbitmq.reply that implement ReplyManagerFields in org.apache.camel.component.rabbitmq.reply declared as ReplyManagerModifier and TypeFieldDescriptionprotected final ReplyManager
TemporaryQueueReplyHandler.replyManager
Methods in org.apache.camel.component.rabbitmq.reply with parameters of type ReplyManagerModifier 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) ReplyManager.registerReply
(ReplyManager replyManager, org.apache.camel.Exchange exchange, org.apache.camel.AsyncCallback callback, String originalCorrelationId, String correlationId, long requestTimeout) Register a replyReplyManagerSupport.registerReply
(ReplyManager replyManager, org.apache.camel.Exchange exchange, org.apache.camel.AsyncCallback callback, String originalCorrelationId, String correlationId, long requestTimeout) Constructors in org.apache.camel.component.rabbitmq.reply with parameters of type ReplyManagerModifierConstructorDescriptionQueueReplyHandler
(ReplyManager replyManager, org.apache.camel.Exchange exchange, org.apache.camel.AsyncCallback callback, String originalCorrelationId, String correlationId, long timeout) TemporaryQueueReplyHandler
(ReplyManager replyManager, org.apache.camel.Exchange exchange, org.apache.camel.AsyncCallback callback, String originalCorrelationId, String correlationId, long timeout) UseMessageIdAsCorrelationIdMessageSentCallback
(ReplyManager replyManager, String correlationId, long requestTimeout)