Uses of Interface
org.apache.camel.component.rabbitmq.reply.ReplyHandler
-
Packages that use ReplyHandler Package Description org.apache.camel.component.rabbitmq.reply -
-
Uses of ReplyHandler in org.apache.camel.component.rabbitmq.reply
Classes in org.apache.camel.component.rabbitmq.reply that implement ReplyHandler Modifier and Type Class Description classQueueReplyHandlerReplyHandlerto handle processing replies when using regular queues.classTemporaryQueueReplyHandlerReplyHandlerto handle processing replies when using temporary queues.Fields in org.apache.camel.component.rabbitmq.reply with type parameters of type ReplyHandler Modifier and Type Field Description protected org.apache.camel.TimeoutMap<String,ReplyHandler>ReplyManagerSupport. correlationMethods in org.apache.camel.component.rabbitmq.reply that return ReplyHandler Modifier and Type Method Description protected abstract ReplyHandlerReplyManagerSupport. createReplyHandler(ReplyManager replyManager, org.apache.camel.Exchange exchange, org.apache.camel.AsyncCallback callback, String originalCorrelationId, String correlationId, long requestTimeout)protected ReplyHandlerTemporaryQueueReplyManager. createReplyHandler(ReplyManager replyManager, org.apache.camel.Exchange exchange, org.apache.camel.AsyncCallback callback, String originalCorrelationId, String correlationId, long requestTimeout)protected ReplyHandlerReplyManagerSupport. waitForProvisionCorrelationToBeUpdated(String correlationID, byte[] message)IMPORTANT: This logic is only being used due to high performance in-memory only testing using InOut over JMS.
-